Ver código fonte

* Correct Correct Standard elements registration

git-svn-id: trunk@41568 -
michael 6 anos atrás
pai
commit
9d20e859b5
1 arquivos alterados com 5 adições e 5 exclusões
  1. 5 5
      packages/fcl-report/src/fpreport.pp

+ 5 - 5
packages/fcl-report/src/fpreport.pp

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