* Correct Correct Standard elements registration

git-svn-id: trunk@41568 -
This commit is contained in:
michael 2019-03-03 08:40:02 +00:00
parent 629f73c918
commit 9d20e859b5

View File

@ -12458,11 +12458,11 @@ begin
TFPReportDataFooterBand.RegisterElement;
TFPReportColumnHeaderBand.RegisterElement;
TFPReportColumnFooterBand.RegisterElement;
TFPReportMemo.RegisterElement.Standard:=True;
TFPReportImage.RegisterElement.Standard:=True;
TFPReportCheckbox.RegisterElement.Standard:=True;
TFPReportShape.RegisterElement.Standard:=True;
TFPReportPage.RegisterElement.Standard:=True;
TFPReportMemo.RegisterElement.FStandard:=True;
TFPReportImage.RegisterElement.FStandard:=True;
TFPReportCheckbox.RegisterElement.FStandard:=True;
TFPReportShape.RegisterElement.FStandard:=True;
TFPReportPage.RegisterElement.FStandard:=True;
end;
initialization