[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Represents a visual element in a window title bar; depends on window manager support.
Source position: forms.pp line 454
type TBorderIcon = ( |
||
biSystemMenu, |
|
Window has a system menu. |
biMinimize, |
|
Window has an Minimize button. |
biMaximize, |
|
Window has an Maximize button. |
biHelp |
|
Window has an Help button. |
); |
Version 4.0 | Generated 2025-05-03 | Home |