RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TBevelEdges Type

TBevelEdges is a set type used to specify which edges of a window are beveled.

Pascal
TBevelEdges = set of TBevelEdge;
C++
TBevelEdge TBevelEdges;

TBevelEdges is a set type, with elements of type TBevelEdge.  

A variable of type TBevelEdges specifies which edges of a window are beveled. This type of variable can contain one or more 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.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!