[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return the object instance referenced by the custom variant
Source position: variants.pp line 244
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 |