You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. GotoFooter method |
Top Previous Next |
Declaration procedure GotoFooter;
Category
Description This method will position the text cursor just above the current SectionBottom.
See also TBaseReport Class, MarginBottom, PrintFooter, SectionBottom
Example (Delphi) GotoFooter; Print('Line just above SectionBottom');
Example (C++Builder) rp1->GotoFooter(); rp1->Print("Line just above SectionBottom"); |
You are reading help file online using chmlib.com
|