mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 11:09:14 +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 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}
|
||||
|
Loading…
Reference in New Issue
Block a user