TableWidget::SetTableFlags
Defined in:  
Sets the table flags.
C4Widgets.hPrototype
void SetTableFlags(uint32 flags);
Parameters
flags | 
The new table flags. See below for possible values. | 
Description
The SetTableFlags function sets the table flags, which can be a combination (through logical OR) of the following constants.
kTableMultipleSelection | 
Allow multiple items to be selected in a table simultaneously. | 
kTableFocusPlain | 
The appearance of the table is not augmented when it has the focus. | 
kTableItemsEnabled | 
The items in the table are left enabled to allow user interaction. | 
TableWidget object is created is 0.
See Also
