Show: Delphi C++
Display Preferences

Vcl.Tabs.TEdgePart

From XE2 API Documentation
Jump to: navigation, search

Delphi

type TEdgePart = (epSelectedLeft, epUnselectedLeft, epSelectedRight, epUnselectedRight)

C++

enum 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.

Personal tools
Previous Versions
Translations