TBColumn() > Methods |
Retrieves or changes a column style.
:setStyle( <nStyle>, [<lNewOnOff>] ) --> lOldOnOff
Constants for TBColumn styles
Constant | Value | Description |
---|---|---|
TBC_READWRITE | 1 | Is the user allowed to edit cells in the column? |
TBC_MOVE | 2 | Is the user allowed to move this column in the browser? |
TBC_SIZE | 3 | Is the user allowed to resize this column in the browser? |
TBC_CUSTOM | 4 | Minimum value for use-defined custom styles. |
A TBColumn object maintains a set of styles that can be switched on and off. The styles can be used as a convenient way of implementing specific behaviour for a TBColumn object. A TBColumn object itself does not use this information.
http://www.xHarbour.com