TInvokeableVariantType.GetProperty
Empty stub for IVarInvokeable.GetProperty, to be implemented in descendents
Declaration
Source position: variants.pp line 236
public
function GetProperty(var Dest: tvardata; const V: tvardata;
const Name: string) : Boolean; Virtual;
Description
GetProperty is the default implementation of IVarInvokeable.GetProperty , which always returns False. It must be overridden in descendent classes to implement actual reading of a property.
See also
Name | Description |
---|---|
IVarInvokeable.GetProperty | Called when a property must be read |