mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 12:49:20 +02:00
* Make expression parser available
git-svn-id: trunk@38376 -
This commit is contained in:
parent
80d95cd787
commit
93ec82315a
@ -1544,6 +1544,7 @@ type
|
|||||||
Procedure EndDesigning; virtual;
|
Procedure EndDesigning; virtual;
|
||||||
procedure RenderReport(const AExporter: TFPReportExporter);
|
procedure RenderReport(const AExporter: TFPReportExporter);
|
||||||
Property Variables : TFPReportVariables Read FVariables Write SetVariables;
|
Property Variables : TFPReportVariables Read FVariables Write SetVariables;
|
||||||
|
Property ExpressionParser : TFPExpressionParser Read FExpr;
|
||||||
{$IFDEF gdebug}
|
{$IFDEF gdebug}
|
||||||
function DebugPreparedPageAsJSON(const APageNo: Byte): string;
|
function DebugPreparedPageAsJSON(const APageNo: Byte): string;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
Loading…
Reference in New Issue
Block a user