FormStyle Property
Determines the form’s style.
Description
FormStyle consists of the following values.
Value |
Meaning |
fsNormal |
The form is neither an MDI parent window nor an MDI child window. |
fsMDIChild |
The form is an MDI child window. |
fsMDIForm |
The form is an MDI parent window. |
fsStayOnTop |
This form remains on top of the desktop and of other forms in the project, except any others that also have FormStyle set to fsStayOnTop. If one fsStayOnTop form launches another, neither form will consistently remain on top. |