Vcl.DBCtrls.TDBLookupListBox.BorderStyle
Delphi
property BorderStyle: TBorderStyle read FBorderStyle write SetBorderStyle default bsSingle;
C++
__property Vcl::Forms::TBorderStyle BorderStyle = {read=FBorderStyle, write=SetBorderStyle, default=1};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.DBCtrls.pas Vcl.DBCtrls.hpp |
Vcl.DBCtrls | TDBLookupListBox |
Description
Determines whether the lookup list box has a border.
Set BorderStyle to specify whether a border should be drawn around the lookup list box. These are the possible values:
| Value | Meaning |
|---|---|
|
bsNone |
No visible border |
|
bsSingle |
Single-line border |