Просмотр исходного кода

* Make expression parser available

git-svn-id: trunk@38376 -
michael 7 лет назад
Родитель
Сommit
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}