Vcl.ExtCtrls.TFlowPanel.BorderStyle
Delphi
property BorderStyle: TBorderStyle read FBorderStyle write SetBorderStyle default 0;
C++
__property BorderStyle = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | TFlowPanel |
Description
Determines the style of the line drawn around the perimeter of the panel control. {{#multireplace:Vcl.ExtCtrls.TFlowPanel.BorderStyle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ExtCtrls.TCustomPanel.BorderStyle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ExtCtrls.TCustomPanel.BorderStyle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Determines the style of the line drawn around the perimeter of the panel control.
Use BorderStyle to specify whether the panel has a single line drawn around it. These are the possible values:
| Value | Meaning |
|---|---|
|
bsNone |
No visible border |
|
bsSingle |
Single-line border |
Do not confuse the line drawn around the panel with the BorderWidth of the panel. The BorderWidth of the panel is the distance between the outer and inner bevels.