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

TScreen.AddHandlerRemoveForm

Adds a form removed notification handler.

Declaration

Source position: forms.pp line 1151

public procedure TScreen.AddHandlerRemoveForm(

  OnRemoveForm: TScreenFormEvent;

  AsFirst: Boolean = False

);

Arguments

OnRemoveForm

  

Form remove handler added in the method.

AsFirst

  

True if the handler should be stored as the first routine for the type.

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