Return the object instance referenced by the custom variant.
Source position: variants.pp line 251
function IVarInstanceReference.GetInstance( |
const V: tvardata |
):TObject; |
V |
|
Custom variant to get instance from. |
Instance referred to by V.
GetInstance must return the object instance referenced by the custom variant V.
|
TInvokeableVariantType descendent that implements reading published properties. |