RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TBevelEdge Enumeration

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

Pascal
TBevelEdge = (
  beLeft,
  beTop,
  beRight,
  beBottom
);
C++
enum TBevelEdge {
  beLeft,
  beTop,
  beRight,
  beBottom
};

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.  

 

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