You are reading help file online using chmlib.com
|
Rave Reports Developer Reference Width property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property Width: Double;
Default 1.0
Category
Components TDbTableColumn, TTableColumn, TTableSection
Description This property defines the width, in units, of the table section or table column.
See also StartPos
Example (Delphi) TableColumn.Width := 2.5;
Example (C++Builder) TableColumn->Width := 2.5;
|
You are reading help file online using chmlib.com
|