API:Vcl.ActnCtrls.TActionToolBar.EdgeBorders

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EdgeBorders: TEdgeBorders read FEdgeBorders write SetEdgeBorders default 0;

C++

__property EdgeBorders = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TActionToolBar

Description

Determines which sides of the control have visible borders.

Vcl.ActnCtrls.TActionToolBar.EdgeBorders inherits from Vcl.ToolWin.TToolWindow.EdgeBorders. All content below this line refers to Vcl.ToolWin.TToolWindow.EdgeBorders.

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