We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b78d9 commit 71db260Copy full SHA for 71db260
Samples/ColumnsReport/ColumnsReport.dpr
@@ -184,10 +184,10 @@ function TColumnsReport.AcceptPageBreak: Boolean;
184
begin
185
Result := False;
186
187
- //Método que aceita ou não quebra de página automática
+ //METODO QUE ACEITA OU NAO QUEBRA DE PAGINA AUTOMATICA
188
if FColCurrent < FColNumber then
189
190
- // Go to next column
+ //GO TO NEXT COLUMN
191
Self.SetCol(Succ(FColCurrent));
192
FFPDFAdapter.Parent.SetY(Fy0);
193
//Result := False;
@@ -196,7 +196,7 @@ begin
196
197
FFPDFAdapter.AddPage;
198
Self.SetCol(1);
199
- // Page break
+ // PAGE BREAK
200
//Result := True
201
end;
202
0 commit comments