The name of the identifier
Source position: fpexprpars.pp line 548
published property TFPExprIdentifierDef.Name : ShortString |
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.