Create event function with identifier and arguments
Source position: fpexprpars.pp line 719
public constructor TFPFunctionEventHandler.CreateFunction( |
AID: TFPExprIdentifierDef; |
const Args: TExprArgumentArray |
); override; |
AID |
|
The function identifier definition |
Args |
|
The arguments for the event function |
The CreateFunction constructor creates a new event-based function node with the specified identifier definition and argument expressions. It sets up the function call structure to use event handlers for function evaluation.