Executes the IFunCall in the given context. The value returned may be any value IIEValue, though many times it will be FCTrue or FCFalse. The Context should be castable to TIEContext.
Namespace: IECSInterfaces
Delphi |
public |
Parameters
AContext
Type: TObject
Type: IIEValue
The Execute method basically works by calling the UserFunction.Call and passing the current IFunCall and the Context |
Reference |