Unit 'CustWeb' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl]

TWebHandler.OnIdle

Event triggered when the handler is idle between requests

Declaration

Source position: custweb.pp line 108

public property TWebHandler.OnIdle : TNotifyEvent
  read FOnIdle
  write FOnIdle;

Description

Event called between request processing cycles when the handler is waiting for new requests. Allows background processing or cleanup tasks during idle periods.

See also

Run

  

Main request processing loop for the web handler


Documentation generated on: May 26 2026