Vcl.StdCtrls.TListBox.BorderStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BorderStyle: TBorderStyle read FBorderStyle write SetBorderStyle default 1;

C++

__property BorderStyle = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TListBox

Description

Determines whether the list box has a border.

Vcl.StdCtrls.TListBox.BorderStyle inherits from Vcl.StdCtrls.TCustomListBox.BorderStyle. All content below this line refers to Vcl.StdCtrls.TCustomListBox.BorderStyle.

Determines whether the list box has a border.

Use BorderStyle to change the appearance of the outer boundary of the list box control. A list box can have a single border (bsSingle) or no visible border (bsNone).

See Also