Site icon Python GUI

This Is What DoApplicationIdle Does For Windows Development

This Is What DoApplicationIdle Does For Windows Development

The DoApplicationIdle method or DelphiVCL.Application.DoApplicationIdle is used to process messages in the Message queue for certain events as part of your Windows development.

The DoApplicationIdle method forces a call to the protected method TApplication.Idle. Idle triggers the event OnIdle, processes the events OnMouseEnter and OnMouseLeave, and updates the hints.

Let’s browse all the properties and methods of the DelphiVCL.Application.DoApplicationIdle using the dir() command:

[crayon-6630f7f0761af917174430/]

See the responses in our Windows command prompt:

You can also read short information about the DelphiVCL.Application.DoApplicationIdle using the print() command:

[crayon-6630f7f0761b7907818541/]

See the responses in our Windows command prompt:

 

Check out DelphiVCL which easily allows you to build GUIs for Windows using Python.

Exit mobile version