* Fix bug ID #33497

git-svn-id: trunk@38621 -
This commit is contained in:
michael 2018-03-24 17:04:30 +00:00
parent 1b1a49b113
commit 6b4a898f53

View File

@ -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;