Unit 'MUIClass.Base' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#MUIClass]

TMUIApplication.OnIdle

Event on every message loop cycle

Declaration

Source position: MUIClass.Base.pas line 278

published property TMUIApplication.OnIdle : TNotifyEvent
  read FOnIdle
  write FOnIdle;

Description

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.

See also

Timer

  

A simple Timer object


Documentation generated on: 2024-03-28