TRVTableRow

Properties   Methods

<< Click to display table of contents >>

TRVTableRow

Properties   Methods

This class represents one row in table (TRVTableItemInfo)

Unit RVTable;

Syntax

TRVTableRow = class(TRVDataList)

Hierarchy

TObject

TList

TRVList

TRVDataList

Using

Table has Rows property of class TRVTableRows. TRVTableRows is a list of objects of class TRVTableRow. TRVTableRow object is rarely, if ever, created directly in an application. It used only as an item of Rows property of tables.

Please do not use methods of this class for modifying (adding, deleting, replacing) cells. Use the proper methods of TRVTableItemInfo instead.

Properties

The key properties of this class are Items and Count. Count is the number of columns in the table (all rows in the table have the same number of cells).

VAlign defines the default vertical alignment for the table cells in this row.

PageBreakBefore allows adding a page break before this row.

KeepWithNext allows keeping the content of this row on a single page, if possible.

See Also

Table Cells Overview