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

TFPExprIdentifierDef.IdentifierType

The type of this identifier

Declaration

Source position: fpexprpars.pp line 547

published property TFPExprIdentifierDef.IdentifierType : TIdentifierType
  read FIDType
  write FIDType;

Description

The IdentifierType property specifies whether this identifier definition represents a variable or a function. The identifier type determines how the identifier will be processed during expression parsing and evaluation.

Variables are simple value holders, while functions require parameter processing and can perform complex calculations. The identifier type affects parsing behavior and determines which callback or evaluation method is used.


Documentation generated on: Dec 15 2025