瀏覽代碼

* Make expression parser available

git-svn-id: trunk@38376 -
michael 7 年之前
父節點
當前提交
93ec82315a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/fcl-report/src/fpreport.pp

+ 1 - 0
packages/fcl-report/src/fpreport.pp

@@ -1544,6 +1544,7 @@ type
     Procedure EndDesigning; virtual;
     procedure RenderReport(const AExporter: TFPReportExporter);
     Property Variables : TFPReportVariables Read FVariables Write SetVariables;
+    Property ExpressionParser : TFPExpressionParser Read FExpr;
     {$IFDEF gdebug}
     function DebugPreparedPageAsJSON(const APageNo: Byte): string;
     {$ENDIF}