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

TScreen.AddHandlerFormAdded

Adds a form added notification handler to the class instance.

Declaration

Source position: forms.pp line 1148

public procedure TScreen.AddHandlerFormAdded(

  OnFormAdded: TScreenFormEvent;

  AsFirst: Boolean = False

);

Arguments

OnFormAdded

  

Routine added as the form added notification handler.

AsFirst

  

True when OnFormAdded should be the first entry in the list of handlers for the type.

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