GetVariantProp
Return the value of a variant property.
Declaration
Source position: typinfo.pp line 958
  function GetVariantProp(Instance: TObject; PropInfo: PPropInfo)
                          : Variant;
  function GetVariantProp(Instance: TObject; const PropName: string)
                          : Variant;
Description
Due to missing Variant support, the GetVariantProp function is not yet implemented. Provided for Delphi compatibility only.
See also
| Name | Description | 
|---|---|
| SetVariantProp | Set value of a variant property |