You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TTablePrinter (archived BEX only) |
Top Previous Next |
Unit RpTable
Hierarchy TBaseShell | TTablePrinter Description TTablePrinter and TTableColumn are the non-database counterparts to TDbTablePrinter and TDbTableColumn. One difference between the two sets of components is the obvious lack of database type properties in TTablePrinter and TTableColumn. The other difference is that the event handlers will be used quite a bit more extensively to provide the data to the table printer component from whatever data source it is coming from. The most common event handlers that will be overridden for TTablePrinter are OnInitTable and OnGetNextRow, and for TTableColumn they are OnAddTotal, OnRowSetup and OnRowHeight. For more information, look at the demo projects included with Rave for a more detailed example of how to use TTablePrinter..
TTablePrinter Events OnGetNextRow, OnInitMaster, OnInitTable, OnValidateRow
TTablePrinter Methods Default, Execute
TTablePrinter Properties DetailTablePrinter, Engine, Font, MasterTablePrinter, Pen, ReprintHeader, StartPos, TableColumn, TableColumns, TableSection, TextBKMode
|
You are reading help file online using chmlib.com
|