mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 22:29:28 +02:00
parent
1b1a49b113
commit
6b4a898f53
@ -1099,6 +1099,7 @@ type
|
||||
|
||||
TFPReportColumnHeaderBand = class(TFPReportCustomColumnHeaderBand)
|
||||
published
|
||||
property ChildBand;
|
||||
property StretchMode;
|
||||
property Data;
|
||||
property Font;
|
||||
@ -1120,6 +1121,7 @@ type
|
||||
|
||||
TFPReportColumnFooterBand = class(TFPReportCustomColumnFooterBand)
|
||||
published
|
||||
property ChildBand;
|
||||
property Font;
|
||||
property BandPosition;
|
||||
property UseParentFont;
|
||||
@ -1320,6 +1322,7 @@ type
|
||||
|
||||
TFPReportDataHeaderBand = class(TFPReportCustomDataHeaderBand)
|
||||
published
|
||||
property ChildBand;
|
||||
property StretchMode;
|
||||
property Font;
|
||||
property UseParentFont;
|
||||
@ -1337,6 +1340,7 @@ type
|
||||
|
||||
TFPReportDataFooterBand = class(TFPReportCustomDataFooterBand)
|
||||
published
|
||||
property ChildBand;
|
||||
property StretchMode;
|
||||
property Font;
|
||||
property UseParentFont;
|
||||
|
Loading…
Reference in New Issue
Block a user