Create expression parser instance
Source position: fpexprpars.pp line 775
public constructor TFPExpressionParser.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
The owner component for the parser |
The Create constructor creates a new expression parser instance that can parse and evaluate mathematical expressions. The parser is initialized with empty identifier collections and is ready to accept expression strings for parsing.