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

TApplication.NotifyIdleHandler

Notifies all Idle handlers.

Declaration

Source position: forms.pp line 1425

protected procedure TApplication.NotifyIdleHandler(

  var Done: Boolean

);

Arguments

Done

  

True when all handlers are done, meaning: wait for next message.

See also

TApplication.OnIdle

  

Event handler for application entering Idle state.

TApplicationHandlerType.ahtIdle

  

Application becoming idle

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