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

TCustomNotebook.Options

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

Declaration

Source position: extctrls.pp line 226

public property TCustomNotebook.Options: TNoteBookOptions
  read FOptions
  write SetOptions
  default [];

Description

The set of Options for the Notebook:

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

nboMultiLine (allows multi-line captions on the Tabs)

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