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

TIdleEvent

Type of an Idle event handler.

Declaration

Source position: forms.pp line 1192

type TIdleEvent = procedure(

  Sender: TObject;

  var Done: Boolean

) of object;

Arguments

Done

  

Set to True when everything is done.

Description

Lengthy operations should be broken into parts, to keep the application responsive. The handlers are called repeatedly, until all signal Done.

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