Unit 'Forms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TFormState

Form state flags.

Declaration

Source position: forms.pp line 480

type TFormState = set of (

  fsCreating,

  

initializing (form streaming).

  fsVisible,

  

form should be shown.

  fsShowing,

  

form handling WM_SHOWWINDOW message.

  fsModal,

  

form is modal.

  fsCreatedMDIChild,

  

not yet implemented.

  fsBorderStyleChanged,

  

border style changed before window handle creation.

  fsFormStyleChanged,

  

form style is changed before window handle creation.

  fsFirstShow,

  

form is shown for the first time.

  fsDisableAutoSize

  

disable auto-size.

);

Description

TFormState is the type used to implement the FormState property in TCustomForm and descendent classes.

See also

TCustomForm.FormState

  

State flags for the form.



CT Web help

CodeTyphon Studio