Vcl.StdCtrls.TStaticBorderStyle
Delphi
TStaticBorderStyle = (sbsNone, sbsSingle, sbsSunken);
C++
enum DECLSPEC_DENUM TStaticBorderStyle : unsigned char { sbsNone, sbsSingle, sbsSunken };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | Vcl.StdCtrls |
Description
TStaticBorderStyle determines the appearance of the border on a static text control.
These are the values in the TStaticBorderStyle type:
| Value | Meaning |
|---|---|
|
sbsNone |
No visible border. |
|
sbsSingle |
Single-line border. |
|
sbsSunken |
Raised border. |