TRVTableRows

Properties   Methods

<< Click to display table of contents >>

TRVTableRows

Properties   Methods

TRVTableRows represents contents of table (see TRVTableItemInfo)

Unit RVTable.

Syntax

TRVTableRows = class(TRVList)

Hierarchy

TObject

TList

TRVList

Using

This is the type of Rows properties of table. TRVTableRows is a list of TRVTableRows which are in their order are lists of TRVTableCellData (i.e. table cells)

TRVTableRows object is rarely, if ever, created directly in an application. It used only as Rows property of tables.

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

The key properties of this class are Items and Count. Count is the number of rows in the table.

This class has method for finding main cell for given merged cell: GetMainCell.

See Also

Table Cells Overview