www.gnostice.com 

 

BeginTable procedure (TgtCustomDocumentEngine)

TgtCustomDocumentEngine                Example

Top 

This method is invoked to begin a table.

 

function BeginTable(X, Y: Double; NoColumns: Integer): TList; override;

 

Description

 

Call BeginTable with X, Y coordinates indicating the location of the table and NoColumns indicating number of columns in the table. TableSettings property can be used to specify options for table rendering.

 

Return: A List of TgtColumn objects, user can set the properties for each column.