TInvokeableVariantType.DoProcedure
Empty stub for IVarInvokeable.DoProcedure, to be implemented in descendents
Declaration
Source position: variants.pp line 234
public 
  function DoProcedure(const V: tvardata; const Name: string; 
                      const Arguments: TVarDataArray) : Boolean;  Virtual;
Description
DoProcedure is the default implementation of IVarInvokeable.DoProcedure , which always returns False. It must be overridden in descendent classes to implement actual calling of a procedure.
See also
| Name | Description | 
|---|---|
| IVarInvokeable.DoProcedure | Called for methods that do not return a result (procedures) |