Controls.TBevelEdge

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From Controls.pas

TBevelEdge = {
	beLeft,
	beTop,
	beRight,
	beBottom
};


Unit: Controls

Type: enum

C++ Information

From Controls.hpp

enum TBevelEdge{
	beLeft,
	beTop,
	beRight,
	beBottom
};


Unit: Controls

Type: enum

Description

TBevelEdge is an enumerated type used to specify which edges of a window are beveled.


A variable of type TBevelEdge can have one of the following values:



Value Meaning

beLeft

The left edge is beveled.

beTop

The top edge is beveled.

beRight

The right edge is beveled.

beBottom

The bottom edge is beveled.



See Also

Personal tools
Translations
Newest Version