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

TFPExprIdentifierDef.Name

The name of the identifier

Declaration

Source position: fpexprpars.pp line 548

published property TFPExprIdentifierDef.Name : ShortString
  read FName
  write SetName;

Description

The Name property contains the name string that identifies this variable or function within expressions. The name is used during expression parsing to match identifier references to their definitions.

Identifier names are case-sensitive and must follow valid identifier naming conventions. This name serves as the key for looking up the identifier during expression evaluation.


Documentation generated on: Dec 15 2025