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

TCTabControlOption

Represents the LCL options available for TCustomTabControl.

Declaration

Source position: comctrls.pp line 361

type TCTabControlOption = (

  nboShowCloseButtons,

  

Enables close buttons on each tab control page. Requires support in the native tab control for a given platform.

  nboMultiLine,

  

Enables word wrapped, multi-line captions on tabs.

  nboHidePageListPopup,

  

Hides the pop-up list of tab pages.

  nboKeyboardTabSwitch,

  

Enables use of the tab key to change the active page on a tab control.

  nboShowAddTabButton,

  

Enables a button which adds a page to a tab control.

  nboDoChangeOnSetIndex

  

Causes the OnChange event handler to be signalled when a value is assigned to the TabIndex property in a tab control.

);


Version 3.2 Generated 2024-02-25 Home