|
TRVTableCellData |
Top Previous Next |
|
TRVTableCellData represents one cell in a table (see TRVTableItemInfo). Cells can be accessed using Cells property of table. Unit RVTable. Syntax TRVTableCellData = class(TRVItemFormattedData) HierarchyTObject TPersistent TCustomRVFormattedData TRVItemFormattedData Methods and PropertiesTRVTableCellData has many properties and methods corresponding to properties and methods of TRichView. TRVTableCellData and class of object TRichView.RVData are derived from the same base class. In addition, this class has properties affecting the cell view and layout: ▪Color – background color of cell; ▪BackgroundImage, BackgroundStyle – background image and its position; ▪BackgroundImageFileName – can be used when exporting to HTML; ▪BorderColor, BorderLightColor – colors of border; ▪BestWidth, BestHeight – preferred size of cell, ▪VAlign – vertical alignment of contents; ▪Rotation – rotation of contents; ▪VisibleBorders – defines visible sides of cell border. These properties can be saved with cell in RVF file or stream. Also, this class has read-only properties: Important methods: See also |