[Overview][Types][Classes][Index] |
Enumeration type with values that specify the drawing style for borders.
Source position: toolwin.pp line 51
type TEdgeStyle = ( |
||
esNone, |
|
No edge style is used. |
esRaised, |
|
Edge is drawn with a raised appearance. |
esLowered |
|
Edge is drawn with a lowered or sunken appearance. |
); |
TEdgeStyle is an enumeration type with values that specify the drawing style for borders on a control. TEdgeStyle is the type used to implement the TToolWindow.EdgeInner and TToolWindow.EdgeOuter properties.
|
Specifies the drawing style used for the inner border of the control. |
|
|
Specifies the drawing style used for the outer border of the control. |
Version 4.0 | Generated 2025-05-03 | Home |