Class reference type for TFPExpressionParser
Source position: fpexprpars.pp line 793
type TFPExpressionParserClass = class of TFPExpressionParser; |
This is a class reference type that can hold references to TFPExpressionParser or its derived classes. It enables polymorphic creation and manipulation of parser instances.
This type is useful for applications that need to work with different parser implementations or create parser instances dynamically based on runtime conditions.