Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomTabControl.Options

The set of Options for the Notebook: Show close buttons on the tabs, multi-line tabs.

Declaration

Source position: comctrls.pp line 495

public property TCustomTabControl.Options : TCTabControlOptions
  read FOptions
  write SetOptions
  default [];

Description

The set of Options for the Notebook:

nboShowCloseButtons (display a little Close Button on the Tab next to the label to allow a user to close that tab),

nboMultiLine (allows multi-line captions on the Tabs)