[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Defines special form behaviour.
Source position: controls.pp line 181
type TFormStyle = ( |
||
fsNormal, |
|
An ordinary (overlapping) form. |
fsMDIChild, |
|
The form is an MDI child. |
fsMDIForm, |
|
The form is an MDI parent form, containing MDI child forms. |
fsStayOnTop, |
|
The form is in the foreground, on top of all other application forms. |
fsSplash, |
|
A splash form. |
fsSystemStayOnTop |
|
The form stays system-wide on top. |
); |
lazarus-ccr.sourceforge.net |