mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:49:26 +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>
|
||||
<local>
|
||||
<FormatVersion Value="1"/>
|
||||
<CommandLineParams Value="-d barcode -f fpimage"/>
|
||||
<CommandLineParams Value="-d grouping2 -f pdf"/>
|
||||
</local>
|
||||
</RunParams>
|
||||
<Units Count="18">
|
||||
|
@ -10,6 +10,7 @@ uses
|
||||
rptsimplelist,
|
||||
rptexpressions,
|
||||
rptgrouping,
|
||||
rptgrouping2,
|
||||
rptframes,
|
||||
rptimages,
|
||||
rptttf,
|
||||
@ -45,6 +46,7 @@ begin
|
||||
R('simplelist',TSimpleListDemo);
|
||||
R('expressions',TExpressionsDemo);
|
||||
R('grouping',TGroupingDemo);
|
||||
R('grouping2',TGrouping2Demo);
|
||||
R('frames',TFramesDemo);
|
||||
R('Images',TImagesDemo);
|
||||
R('shapes',TShapesDemo);
|
||||
|
Loading…
Reference in New Issue
Block a user