[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
TBorderIcon - enumerated type to specify which icon appears on the top border of the Form
Source position: forms.pp line 352
type TBorderIcon = ( |
||
biSystemMenu, |
|
|
biMinimize, |
|
|
biMaximize, |
|
|
biHelp |
|
|
); |
biSystemMenu - The form has a System menu (Maybe not all windowmanager supports this)
biMinimize - The form has an minimize button
biMaximize - The form has a maximize button
biHelp - When you click this button a Question Cursor appears and the help routines are called if you click on an control
lazarus-ccr.sourceforge.net |