Vcl.Tabs.TEdgePart
Delphi
TEdgePart = (epSelectedLeft, epUnselectedLeft, epSelectedRight,
epUnselectedRight);
C++
enum DECLSPEC_DENUM TEdgePart : unsigned char { epSelectedLeft, epUnselectedLeft, epSelectedRight, epUnselectedRight };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.Tabs.pas Vcl.Tabs.hpp |
Vcl.Tabs | Vcl.Tabs |
Description
TEdgePart indicates the edges of a tab.
TEdgePart represents state information about individual tab edges. Each TEdgeType is made up of one or two of these parts. The following table lists the possible values:
| Value | Meaning |
|---|---|
|
epSelectedLeft |
The left tab is selected. |
|
epUnselectedLeft |
The left tab is unselected. |
|
epSelectedRight |
The right tab is selected. |
|
epUnselectedRight |
The right tab is unselected. |