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

TCustomForm.FormStyle

Determinates the style of the form

Declaration

Source position: forms.pp line 646

public property TCustomForm.FormStyle: TFormStyle
  read FFormStyle
  write SetFormStyle
  default fsNormal;

Description

Reads or writes flag to determine the style of the form.

Default is 'normal', but could be MDIChild or MDINormal, could stay on top or could be a 'Splash' form.

FormStyle is a set, so could take zero or more of these values.

See also

#lcl.Controls.TFormStyle

  

The latest version of this document can be found at lazarus-ccr.sourceforge.net.