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

TFPBuiltInExprIdentifierDef

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Class for built-in expression identifier definitions

Declaration

Source position: fpexprpars.pp line 564

type TFPBuiltInExprIdentifierDef = class(TFPExprIdentifierDef)

public

  procedure Assign(); override;

  

Assign values from another built-in identifier definition

published

  property Category: TBuiltInCategory; [rw]

  

The category of the built-in identifier

end;

Inheritance

TFPBuiltInExprIdentifierDef

  

Class for built-in expression identifier definitions

|

TFPExprIdentifierDef

  

Class for defining identifiers in expressions

|

TCollectionItem

|

TPersistent

|

TObject,IFPObserved

Description

The TFPBuiltInExprIdentifierDef class extends TFPExprIdentifierDef to provide additional functionality for built-in functions and variables. It includes category information and other metadata specific to built-in identifiers that come predefined with the expression parser.


Documentation generated on: Dec 15 2025