You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. NewColumn method |
Top Previous Next |
Declaration procedure NewColumn;
Category
Description Creates a new column in addition to the columns that already exist (that were set using the SetColumns or SetColumnWidth methods). If there is not enough space on the current page, it will create one with the current settings on the next page.
See also TBaseReport Class, SetColumns, SetColumnWidth
Example (Delphi) RvNDRWriter1.NewColumn;
Example (C++Builder) RvNDRWriter1->NewColumn(); |
You are reading help file online using chmlib.com
|