Tabs
Contents |
Delphi Information
Class
| TScroller |
TScroller is a scrolling control that provides basic scrolling capabilities. |
| TTabList |
TTabList maintains a list of strings. |
| TTabSet |
The TTabSet component presents horizontal tabs users can click to initiate actions. |
Enum
| TEdgePart |
TEdgePart indicates whether a tab edge is selected or not |
| TEdgeType |
TEdgeType indicates the intersection type between two tabs, or the edge of a tab. |
| TScrollBtn |
TScrollBtn is used internally in . |
| TScrollOrientation |
Tabs. indicates the direction in which the scroll is performed. |
| TTabSetTabStyle |
TTabSetTabStyle indicates the tabs layout style. |
| TTabStyle |
TTabStyle indicates whether a TTabSet control is owner-drawn. |
C++ Information
Class
| TScroller |
TScroller is a scrolling control that provides basic scrolling capabilities. |
| TTabList |
TTabList maintains a list of strings. |
| TTabSet |
The TTabSet component presents horizontal tabs users can click to initiate actions. |
Enum
| TEdgePart |
TEdgePart indicates whether a tab edge is selected or not |
| TEdgeType |
TEdgeType indicates the intersection type between two tabs, or the edge of a tab. |
| TScrollBtn |
TScrollBtn is used internally in . |
| TScrollOrientation |
Tabs. indicates the direction in which the scroll is performed. |
| TTabSetTabStyle |
TTabSetTabStyle indicates the tabs layout style. |
Typedef
| TDrawTabEvent |
TDrawTabEvent is the type for event handlers that render the tab of an owner-drawn TTabSet control. |
| TMeasureTabEvent |
TMeasureTabEvent is the type for event handlers that indicate the size of the tabs in an owner-drawn TTabSet control. |
| 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. |
| TTabStyle |
TTabStyle indicates whether a TTabSet control is owner-drawn. |