[Overview][Types][Classes][Index] Reference for unit 'Toolwin' (#lcl)

TToolWindow.EdgeOuter

Specifies the drawing style used for the outer border of the control.

Declaration

Source position: toolwin.pp line 72

public property TToolWindow.EdgeOuter : TEdgeStyle
  read FEdgeOuter
  write SetEdgeOuter
  default esLowered;

Description

EdgeOuter is a TEdgeStyle property that specifies the drawing style used for the outer border of the control. The default value for the property is esLowered.

EdgeOuter is used, along with EdgeInner, to give the control a beveled 3D appearance. Use EdgeInner to control the drawing style for the inner border on the control.

Use EdgeBorders to specify the positions (for both inner and outer) where borders are drawn.

See also

TEdgeStyle

  

Enumeration type with values that specify the drawing style for borders.

TToolWindow.EdgeInner

  

Specifies the drawing style used for the inner border of the control.

TToolWindow.EdgeBorders

  

Indicates the edges to be drawn with a border on the control.


Version 4.0 Generated 2025-05-03 Home