Vcl.ToolWin.TToolWindow.EdgeBorders

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__property TEdgeBorders EdgeBorders = {read=FEdgeBorders, write=SetEdgeBorders, default=15};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ToolWin.pas
Vcl.ToolWin.hpp
Vcl.ToolWin TToolWindow

Description

Determines which sides of the control have visible borders.

Use the EdgeBorders property to add or remove borders. The appearance of the borders can be set with the EdgeInner and EdgeOuter properties.

See Also