[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TFormStyle

Defines special form behaviour.

Declaration

Source position: controls.pp line 161

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.

);