Empty stub for IVarInvokeable.GetProperty, to be implemented in descendents.
Source position: variants.pp line 243
public function TInvokeableVariantType.GetProperty( |
var Dest: tvardata; |
const V: tvardata; |
const Name: AnsiString |
):Boolean; virtual; |
Dest |
|
Property value. |
V |
|
Variant on which to operate. |
Name |
|
Name of property to read. |
Always false.
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.
|
Called when a property must be read. |