RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TBevelEdges Type

TBevelEdge and TBevelEdges specify which edges of a window are beveled.

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

Controls

TBevelEdges can have 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!