Vcl.CheckLst.TCheckListBox.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.CheckLst.pas
Vcl.CheckLst.hpp
Vcl.CheckLst TCheckListBox

Description

Determines whether the list box has a border.

Vcl.CheckLst.TCheckListBox.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