|
TRVTableRow |
Top Previous Next |
|
This class represents one row in table (TRVTableItemInfo) Unit RVTable; Syntax TRVTableRow = class(TRVDataList) HierarchyTObject TList TRVList TRVDataList UsingTable 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 |