GetPropValue
Get property value as a string.
Declaration
Source position: typinfo.pp line 952
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.