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

TApplication.AddOnRestoreHandler

Adds an application exiting minimized state handler.

Declaration

Source position: forms.pp line 1676

public procedure TApplication.AddOnRestoreHandler(

  Handler: TNotifyEvent;

  AsFirst: Boolean = True

);

Arguments

Handler

  

Handler routine added in the method to the list of handlers for the type.

AsFirst

  

True if the handler is inserted as the first routine in the list of handlers. False if it is appended to the end of the list.

See also

TApplicationHandlerType

  

Types of Application notification handlers.


Version 3.2 Generated 2024-02-25 Home