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

TToolWindow.EdgeInner

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

Declaration

Source position: toolwin.pp line 71

public property TToolWindow.EdgeInner : TEdgeStyle
  read FEdgeInner
  write SetEdgeInner
  default esRaised;

Description

EdgeInner is a TEdgeStyle property that specifies the drawing style used for the inner border of the control. The default value for the property is esRaised.

EdgeInner is used, along with EdgeOuter, to give the control a beveled 3D appearance. Use EdgeOuter to control the drawing style for the outer 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.EdgeOuter

  

Specifies the drawing style used for the outer 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