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

TTabControlNoteBookStrings.Style

Drawing style used for the tabs on the control.

Declaration

Source position: comctrls.pp line 788

public property TTabControlNoteBookStrings.Style : TTabStyle
  read GetStyle
  write SetStyle;

Description

Style is a TTabStyle property which controls the drawing style used for the tabs on the control. Read and write access to the property value is re-directed to the Style property in Notebook. The default value for the property is tsTabs, as set in the TCustomTabControl instance in NoteBook.

When a new value is assigned to the property, the TabControlBoundsChange method is called to re-calculate and apply the height and/or width for the tab control.

See also

TTabControlNoteBookStrings.TabControlBoundsChange

  

TabControlBoundsChange - method for dealing with a change in the bounds of a Tab Control.

TTabControlNoteBookStrings.NoteBook

  

The tab control where the string values are displayed as the caption for the tabs.

TCustomTabControl.Style

  

Indicates the appearance or display style used for the tabs on the control.

TTabStyle

  

TTabStyle - enumerated type for tab style: normal, buttons or flat buttons.


Version 4.0 Generated 2025-05-03 Home