Vcl.Forms.TBorderIcon
Delphi
TBorderIcon = System.UITypes.TBorderIcon;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.Forms.pas | Vcl.Forms | Vcl.Forms |
Description
TBorderIcon specifies the buttons that appear on the title bar of a form window.
TBorderIcons can include any of the following TBorderIcon values:
| Value | Meaning |
|---|---|
|
biSystemMenu |
The form has a Control menu (also known as a System menu). |
|
biMinimize |
The form has a Minimize button. |
|
biMaximize |
The form has a Maximize button. |
|
biHelp |
If BorderStyle is bsDialog or biMinimize and biMaximize are excluded, a question mark appears in the form's title bar and, when clicked, the cursor changes to crHelp; otherwise, no question mark appears. |