瀏覽代碼

* Add class definition

git-svn-id: trunk@40767 -
michael 6 年之前
父節點
當前提交
1e9e87175e
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 }