Forms.TBorderStyle
From RAD Studio VCL Reference
Delphi Information
From Forms.pas
TBorderStyle = { bsNone, bsSingle };
Unit: Forms
Type: enum
C++ Information
From Forms.hpp
typedef Forms::TFormBorderStyle TBorderStyle;
Unit: Forms
Type: typedef
Description
TBorderStyle is the type of the BorderStyle property for framed controls.
These are the possible values of the TBorderStyle type:
| Value | Meaning |
|---|---|
|
bsNone |
No visible border. |
|
bsSingle |
Single-line border. |