RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ToolWin.TEdgeStyle Enumeration

TEdgeStyle describes the appearance of an edge border.

Pascal
TEdgeStyle = (
  esNone,
  esRaised,
  esLowered
);
C++
enum TEdgeStyle {
  esNone,
  esRaised,
  esLowered
};

ToolWin

TEdgeStyle indicates the appearance of a particular border. The following table lists the possible values:

Value 
Meaning 
esNone  
The border is not drawn.  
esRaised  
The border appears raised.  
esLowered  
The border appears lowered.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!