Event on every message loop cycle
Source position: MUIClass.Base.pas line 278
published property TMUIApplication.OnIdle : TNotifyEvent |
Useful if you want to trigger something on a very short timeframe. (for example script execution) But be carfull to time consuming routines here can slow down the message loop very much resulting in a lagging GUI. Better use a Timer in these cases.
|
A simple Timer object |