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

TApplication.EnableIdleHandler

Resume Idle handling.

Declaration

Source position: forms.pp line 1399

public procedure TApplication.EnableIdleHandler;

Errors

GDB exception when not previously disabled.

See also

TApplication.DisableIdleHandler

  

Blocks Idle handling. Can be called moreoften, every call must be followed by EnableIdleHandler.