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
};

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!