Icon OnIdle Event

property OnIdle: TInterfaceIdleEvent

Available In: Visual Client Applications

This event is triggered when the application's IdleTimeout property has been exceeded.

Information Do not set an event handler for this event. The global TApplication instance for visual applications assigns an event handler for this event.
Image