You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. SelectPaper method |
Top Previous Next |
Declaration function SelectPaper(PaperName: string): Boolean;
Category
Description This method will select a paper size containing PaperName in its description and return a Boolean value of whether it was successful or not.
See also TBaseReport Class, Papers, SupportPaper
Example (Delphi) SelectPaper('LEGAL');
Example (C++Builder) SelectPaper("LEGAL"); |
You are reading help file online using chmlib.com
|