Vcl.Controls.TBevelEdge

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBevelEdge = (beLeft, beTop, beRight, beBottom);

C++

enum DECLSPEC_DENUM TBevelEdge : unsigned char { beLeft, beTop, beRight, beBottom };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

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