mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 09:06:14 +02:00
* Second grouping demo, showing fieldkind for user data loop and simple aggregates
git-svn-id: trunk@37665 -
This commit is contained in:
parent
f0ad28ae4a
commit
cc08fe73df
@ -32,7 +32,7 @@
|
|||||||
<RunParams>
|
<RunParams>
|
||||||
<local>
|
<local>
|
||||||
<FormatVersion Value="1"/>
|
<FormatVersion Value="1"/>
|
||||||
<CommandLineParams Value="-d barcode -f fpimage"/>
|
<CommandLineParams Value="-d grouping2 -f pdf"/>
|
||||||
</local>
|
</local>
|
||||||
</RunParams>
|
</RunParams>
|
||||||
<Units Count="18">
|
<Units Count="18">
|
||||||
|
@ -10,6 +10,7 @@ uses
|
|||||||
rptsimplelist,
|
rptsimplelist,
|
||||||
rptexpressions,
|
rptexpressions,
|
||||||
rptgrouping,
|
rptgrouping,
|
||||||
|
rptgrouping2,
|
||||||
rptframes,
|
rptframes,
|
||||||
rptimages,
|
rptimages,
|
||||||
rptttf,
|
rptttf,
|
||||||
@ -45,6 +46,7 @@ begin
|
|||||||
R('simplelist',TSimpleListDemo);
|
R('simplelist',TSimpleListDemo);
|
||||||
R('expressions',TExpressionsDemo);
|
R('expressions',TExpressionsDemo);
|
||||||
R('grouping',TGroupingDemo);
|
R('grouping',TGroupingDemo);
|
||||||
|
R('grouping2',TGrouping2Demo);
|
||||||
R('frames',TFramesDemo);
|
R('frames',TFramesDemo);
|
||||||
R('Images',TImagesDemo);
|
R('Images',TImagesDemo);
|
||||||
R('shapes',TShapesDemo);
|
R('shapes',TShapesDemo);
|
||||||
|
Loading…
Reference in New Issue
Block a user