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

TApplication.RemoveOnIdleEndHandler

Removes an application IdleEnd handler.

Declaration

Source position: forms.pp line 1547

public procedure TApplication.RemoveOnIdleEndHandler(

  Handler: TNotifyEvent

);

Arguments

Handler

  

Handler routine removed in the method.

See also

TApplicationHandlerType

  

Types of Application notification handlers.