Empty stub for IVarInvokeable.SetProperty, to be implemented in descendents.
Source position: variants.pp line 245
public function TInvokeableVariantType.SetProperty( |
var V: tvardata; |
const Name: AnsiString; |
const Value: tvardata |
):Boolean; virtual; |
V |
|
Variant on which to operate. |
Name |
|
Name of property to read. |
Value |
|
Value to which property must be set. |
Always false.
SetProperty is the default implementation of IVarInvokeable.SetProperty, which always returns False. It must be overridden in descendent classes to implement actual writing of a property.
|
Called when a property must be set. |