| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Return the value of a variant property.
Source position: typinfo.pp line 408
| function GetVariantProp( | 
| Instance: TObject; | 
| PropInfo: PPropInfo | 
| ):Variant; | 
| Instance: TObject; | 
| const PropName: string | 
| ):Variant; | 
Due to missing Variant support, the GetVariantProp function is not yet implemented. Provided for Delphi compatibility only.
| 
 | Set value of a variant property |