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

TToolWindow.EdgeBorders

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

Declaration

Source position: toolwin.pp line 70

public property TToolWindow.EdgeBorders : TEdgeBorders
  read FEdgeBorders
  write SetEdgeBorders
  default [ebLeft, ebTop, ebRight, ebBottom];

Description

EdgeBorders is a TEdgeBorders property that indicates the edges to be drawn with a border on the control. The default value for EdgeBorders is [ebLeft, ebTop, ebRight, ebBottom]. EdgeBorders is used in the Paint method to render the control with borders in the specified positions with the drawing style in EdgeInner and EdgeOuter.

See also

TEdgeBorders

  

Set used to store TEdgeBorder enumeration values.

TToolWindow.EdgeBorders

  

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

TToolWindow.EdgeOuter

  

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

TToolWindow.EdgeInner

  

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


Version 4.0 Generated 2025-05-03 Home