[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCTabControlCapabilities

Set type used to store values from the TCTabControlCapability enumeration.

Declaration

Source position: comctrls.pp line 368

type TCTabControlCapabilities = set of (

  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.

);

See also

TCTabControlCapability

  

Represents the capabilities which can be enabled for a notebook or tab control.

TCustomTabControl.GetCapabilities

  

Gets the set of platform-specific tab control options supported for the widgetset.


Version 3.2 Generated 2024-02-25 Home