[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Get property value as a string.
Source position: typinfo.pp line 402
function GetPropValue( |
Instance: TObject; |
const PropName: string |
):Variant; |
Instance: TObject; |
const PropName: string; |
PreferStrings: Boolean |
):Variant; |
Instance: TObject; |
PropInfo: PPropInfo |
):Variant; |
Instance: TObject; |
PropInfo: PPropInfo; |
PreferStrings: Boolean |
):Variant; |
Due to missing Variant support, GetPropValue is not yet implemented. The declaration is provided for compatibility with Delphi.