TInvokeableVariantType.SetProperty
Empty stub for IVarInvokeable.SetProperty, to be implemented in descendents
Declaration
Source position: variants.pp line 238
public 
  function SetProperty(var V: tvardata; const Name: string; 
                      const Value: tvardata) : Boolean;  Virtual;
Description
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.
See also
| Name | Description | 
|---|---|
| IVarInvokeable.SetProperty | Called when a property must be set |