IVarInstanceReference.GetInstance
Return the object instance referenced by the custom variant
Declaration
Source position: variants.pp line 244
default
function GetInstance(const V: tvardata) : TObject;
Description
GetInstance must return the object instance referenced by the custom variant V.
See also
| Name | Description |
|---|---|
| TPublishableVariantType | TInvokeableVariantType descendent that implements reading published properties |