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

TScreenNotification

Screen notification events and handler types.

Declaration

Source position: forms.pp line 1002

type TScreenNotification = (

  snFormAdded,

  

A form was added.

  snRemoveForm,

  

A form was removed.

  snActiveControlChanged,

  

The focus moved to another control.

  snActiveFormChanged,

  

The focus moved to another form.

  snFormVisibleChanged

  

The visibility of a form changed.

);

See also

TScreenFormEvent

  

Type of an screen notification handler, for form related events.

TScreenControlEvent

  

Type of an screen notification handler, for control related events.

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