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

TCTabControlCapability

TCTabControlCapability - enumerated type containing possible capabilities of a notebook or tabbed control.

Declaration

Source position: comctrls.pp line 365

type TCTabControlCapability = (

  nbcShowCloseButtons,

  

  nbcMultiLine,

  

  nbcPageListPopup,

  

  nbcShowAddTabButton,

  

  nbcTabsSizeable

  

);

Description

nbcShowCloseButtons, nbcMultiLine, nbcPageListPopup, nbcShowAddTabButton

The latest version of this document can be found at lazarus-ccr.sourceforge.net.