Create function with identifier and arguments
Source position: fpexprpars.pp line 634
public constructor TFPExprFunction.CreateFunction( |
AID: TFPExprIdentifierDef; |
const Args: TExprArgumentArray |
); virtual; |
AID |
|
The function identifier definition |
Args |
|
The arguments for the function |
The CreateFunction constructor creates a new function node with the specified identifier definition and argument expressions. It saves the function call structure and associates the function implementation with its parameters.