What Does The OnIdle Event In DelphiVCL.Application Do?
January 11, 2022
During Windows development, the OnIdle or DelphiVCL.Application.OnIdle occurs when an application becomes idle.
Write an OnIdle event handler to perform special processing when an application is idle. An application is idle when it is not processing code. For example, an application is idle when it is waiting for input from the user.
OnIdle is called only once, as the application transitions…