| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Represents the capabilities which can be enabled for a notebook or tab control.
Source position: comctrls.pp line 365
type TCTabControlCapability = (  | 
||
nbcShowCloseButtons,  | 
  | 
Indicates the widgetset class allows close buttons on each tab in a tab control.  | 
nbcMultiLine,  | 
  | 
Indicates the widgetset class allows multi-line captions on tabs in a tab control.  | 
nbcPageListPopup,  | 
  | 
Indicates the widgetset class displays a button for the pop-up page list for a tab control.  | 
nbcShowAddTabButton,  | 
  | 
Indicates the widgetset class displays a button to add a page to a tab control.  | 
nbcTabsSizeable  | 
  | 
Indicates the widgetset class allows the size of a tab to be changed for a tab control.  | 
);  | 
  | 
Set type used to store values from the TCTabControlCapability enumeration.  | 
|
  | 
Gets the set of platform-specific tab control options supported for the widgetset.  | 
| Version 4.0 | Generated 2025-05-03 | Home |