Unit 'fpexprpars' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TFPExprIdentifierNode.CreateIdentifier

Create identifier node with identifier definition

Declaration

Source position: fpexprpars.pp line 610

public constructor TFPExprIdentifierNode.CreateIdentifier(

  AID: TFPExprIdentifierDef

);

Arguments

AID

  

The identifier definition for this node

Description

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.


Documentation generated on: Dec 15 2025