Defines special form behavior.
Source position: controls.pp line 206
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, |
|
The form is used as a Splash form. |
fsSystemStayOnTop |
|
The form stays system-wide on top. |
); |
CT Web help |
CodeTyphon Studio |