Applies to
TWPRTFDataBlock
Declaration
function CreateTable(AfterPar: TParagraph): TParagraph;
Description
The table is created using the 'CreateTable' function of the TWPRTFDataBlock object. The parameter for this function is the paragraph after which the new table should be created. You can use 'nil' to create a table at the end of the document. The result value of this function is the TParagraph object which will hold all new rows. Use the CreateRow function of this paragraph to create a new row. The result value of the CreateRow function is a TWPTableRowStyle object which serves as default style for all created cells and also provides the functions to create new cells. It is destroyed by 'EndRow'.
| All TParagraph objects have a BeginTable function to convert the paragraph into a table. |
|
Copyright (C) by WPCUBED GmbH - Munich
|
http://www.wpcubed.com