Show: Delphi
C++
Display Preferences
Vcl.Tabs
From XE2 API Documentation
Classes
| TScroller | TScroller is a scrolling control that provides basic scrolling capabilities. |
| TTabList | TTabList maintains a list of strings representing tab captions. |
| TTabSet | The TTabSet component presents horizontal tabs users can click to initiate actions. |
Types
| TDrawTabEvent | TDrawTabEvent is the type for event handlers that render the tab of an owner-drawn Vcl.Tabs.TTabSet control for the OnDrawTab event. |
| TEdgePart | TEdgePart indicates the edges of a tab. |
| TEdgeType | TEdgeType indicates the intersection type between two tabs, or the edge of a tab. |
| TMeasureTabEvent | TMeasureTabEvent is the type for event handlers that indicate the size of the tabs in an owner-drawn TTabSet control. |
| TScrollBtn | TScrollBtn indicates which mouse button was pressed. |
| TScrollOrientation | TScrollOrientation indicates the direction in which scrolling is performed. |
| TTabChangeEvent | TTabChangeEvent is the type for event handlers that respond when the current tab of a TTabSet control changes. |
| TTabSetDrawTabEvent | TTabSetDrawTabEvent is the type for event handlers that render the tab of an owner-drawn TTabSet control. |
| TTabSetTabStyle | TTabSetTabStyle indicates the tab layout style. |
| TTabStyle | TTabStyle indicates whether a TTabSet control is owner-drawn. |
Constants
| epSelectedLeft | epSelectedLeft: TEdgePart = epSelectedLeft; |
| epSelectedRight | epSelectedRight: TEdgePart = epSelectedRight; |
| epUnselectedLeft | epUnselectedLeft: TEdgePart = epUnselectedLeft; |
| epUnselectedRight | epUnselectedRight: TEdgePart = epUnselectedRight; |
| etFirstIsSel | etFirstIsSel: TEdgeType = etFirstIsSel; |
| etFirstNotSel | etFirstNotSel: TEdgeType = etFirstNotSel; |
| etLastIsSel | etLastIsSel: TEdgeType = etLastIsSel; |
| etLastNotSel | etLastNotSel: TEdgeType = etLastNotSel; |
| etNone | etNone: TEdgeType = etNone; |
| etNotSelToNotSel | etNotSelToNotSel: TEdgeType = etNotSelToNotSel; |
| etNotSelToSel | etNotSelToSel: TEdgeType = etNotSelToSel; |
| etSelToNotSel | etSelToNotSel: TEdgeType = etSelToNotSel; |
| sbLeft | sbLeft: TScrollBtn = sbLeft; |
| sbRight | sbRight: TScrollBtn = sbRight; |
| soLeftRight | soLeftRight: TScrollOrientation = soLeftRight; |
| soUpDown | soUpDown: TScrollOrientation = soUpDown; |
| tsModernPopout | tsModernPopout: TTabSetTabStyle = tsModernPopout; |
| tsModernTabs | tsModernTabs: TTabSetTabStyle = tsModernTabs; |
| tsOwnerDraw | tsOwnerDraw: TTabSetTabStyle = tsOwnerDraw; |
| tsSoftTabs | tsSoftTabs: TTabSetTabStyle = tsSoftTabs; |
| tsStandard | tsStandard: TTabSetTabStyle = tsStandard; |