API:Vcl.DBCtrls.TDBListBox.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.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBListBox

Description

Determines whether the list box has a border.

Vcl.DBCtrls.TDBListBox.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