[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Class for built-in expression identifier definitions
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; |
|
Class for built-in expression identifier definitions |
|
| | | ||
|
Class for defining identifiers in expressions |
|
| | | ||
| | | ||
| | | ||
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.