Create identifier node with identifier definition
Source position: fpexprpars.pp line 610
public constructor TFPExprIdentifierNode.CreateIdentifier( |
AID: TFPExprIdentifierDef |
); |
AID |
|
The identifier definition for this node |
The CreateIdentifier constructor creates a new identifier node and associates it with the specified TFPExprIdentifierDef object. The identifier definition provides the name, type, and evaluation mechanism for the identifier.