Browse Source

* Add class definition

git-svn-id: trunk@40767 -
michael 6 years ago
parent
commit
1e9e87175e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-base/src/fpexprpars.pp

+ 1 - 0
packages/fcl-base/src/fpexprpars.pp

@@ -780,6 +780,7 @@ Type
     Property Identifiers : TFPExprIdentifierDefs Read FIdentifiers Write SetIdentifiers;
     Property BuiltIns : TBuiltInCategories Read FBuiltIns Write SetBuiltIns;
   end;
+  TFPExpressionParserClass = Class of TFPExpressionParser;
 
   { TExprBuiltInManager }