[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: forms.pp line 385
type TBorderIcons = set of ( |
||
biSystemMenu, |
|
Window has a system menu. |
biMinimize, |
|
Window has an Minimize button. |
biMaximize, |
|
Window has an Maximize button. |
biHelp |
|
Window has an Help button. |
); |
lazarus-ccr.sourceforge.net |