Enumeration with values that indicate the border edges to draw in TToolWindow.
Source position: toolwin.pp line 48
type TEdgeBorder = ( |
||
ebLeft, |
|
Draws the border on the left edge of the control. |
ebTop, |
|
Draws the border on the top edge of the control. |
ebRight, |
|
Draws the border on the right edge of the control. |
ebBottom |
|
Draws the border on the bottom edge of the control. |
); |
TEdgeBorder is an enumeration type with values that indicate the border edges to draw in TToolWindow. Values in TEdgeBorder are stored in the TEdgeBorders set type.
|
Implements a control which can paint its client area with borders. |
|
|
Set used to store TEdgeBorder enumeration values. |
| Version 4.6 | Generated 2026-02-20 | Home |