[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'TypInfo' (#rtl)

GetPropValue

Get property value as a string.

Declaration

Source position: typinfo.pp line 852

function GetPropValue(

  Instance: TObject;

  const PropName: string

):Variant;

function GetPropValue(

  Instance: TObject;

  const PropName: string;

  PreferStrings: Boolean

):Variant;

function GetPropValue(

  Instance: TObject;

  PropInfo: PPropInfo

):Variant;

function GetPropValue(

  Instance: TObject;

  PropInfo: PPropInfo;

  PreferStrings: Boolean

):Variant;

Description

Due to missing Variant support, GetPropValue is not yet implemented. The declaration is provided for compatibility with Delphi.


Documentation generated on: May 14 2021