Forráskód Böngészése

* Add class definition

git-svn-id: trunk@40767 -
michael 6 éve
szülő
commit
1e9e87175e
1 módosított fájl, 1 hozzáadás és 0 törlés
  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 Identifiers : TFPExprIdentifierDefs Read FIdentifiers Write SetIdentifiers;
     Property BuiltIns : TBuiltInCategories Read FBuiltIns Write SetBuiltIns;
     Property BuiltIns : TBuiltInCategories Read FBuiltIns Write SetBuiltIns;
   end;
   end;
+  TFPExpressionParserClass = Class of TFPExpressionParser;
 
 
   { TExprBuiltInManager }
   { TExprBuiltInManager }