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