Vcl.ScreenTips.TTipBorderStyle
Delphi
TTipBorderStyle = (hbsNormal, hbsRounded);
C++
enum DECLSPEC_DENUM TTipBorderStyle : unsigned char { hbsNormal, hbsRounded };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.ScreenTips.pas Vcl.ScreenTips.hpp |
Vcl.ScreenTips | Vcl.ScreenTips |
Description
Screen tip border style.
TTipBorderStyle represents the screen tip border style and can take 2 values:
| Value | Meaning |
|---|---|
|
hbsNormal |
The border is normal, with sharp corners. |
|
hbsRounded |
The border has rounded corners. |