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