RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ExtCtrls.TBevelShape Enumeration

TBevelShape determines the overall shape of a bevel control.

Pascal
TBevelShape = (
  bsBox,
  bsFrame,
  bsTopLine,
  bsBottomLine,
  bsLeftLine,
  bsRightLine,
  bsSpacer
);
C++
enum TBevelShape {
  bsBox,
  bsFrame,
  bsTopLine,
  bsBottomLine,
  bsLeftLine,
  bsRightLine,
  bsSpacer
};

These are the possible values of the TBevelShape type:

Value 
Meaning 
bsBox  
The entire client area appears raised or lowered.  
bsFrame  
The client area is outlined by a raised or lowered frame.  
bsTopLine  
The bevel displays a line at the top of the client area.  
bsBottomLine  
The bevel displays a line at the bottom of the client area.  
bsLeftLine  
The bevel displays a line at the left side of the client area.  
bsRightLine  
The bevel displays a line at the right side of the client area.  
bsSpacer  
The bevel is an empty space.  

 

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