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

TCustomTabControl.TabPosition

Indicates the edge where the tabs for the control are aligned.

Declaration

Source position: comctrls.pp line 510

public property TCustomTabControl.TabPosition : TTabPosition
  read FTabPosition
  write SetTabPosition
  default tpTop;

Description

TabPosition is a TTabPosition property which indicates the edge on the control where its tabs are aligned. The default value for the property is tpTop and causes the tabs to be drawn across the top edge of the control. Changing the value for the property causes to the widgetset class instance to be updated with the new value.

See also

TCustomTabControl.ShowTabs

  

Enables display of tabs on the control when set to True (default).

TCustomTabControl.Style

  

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

TTabPosition

  

Represents the position for a tab relative to its page.


Version 4.0 Generated 2025-05-03 Home