rvico TRichView Reference | Item Types | Table | Row

TRVTableRow

Properties   Methods

Top  Previous  Next

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.

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).

Row also has VAlign property defining default vertical alignment of its cells, and PageBreakBefore allowing to set page break before this row.

See Also

Table Cells Overview


RichView © Sergey Tkachenko