You are reading help file online using chmlib.com
|
Rave Reports Developer Reference BoxLines property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property BoxLines: TBoxLines;
Default blAll
Category
Components TDbTableColumn, TTableColumn, TTableSection
Description This property returns or sets the row box settings for each table column or table section component. These constants are listed below
See also
Example (Delphi) With TableColumn do begin BoxLines := blNoLeft; end; { with }
Example (C++Builder) TableColumn->BoxLines = blNoLeft; |
You are reading help file online using chmlib.com
|