[Overview][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the component has finished loading during LCL component streaming.
Source position: extctrls.pp line 238
protected procedure TCustomIdleTimer.Loaded; override; |
Loaded is an overridden procedure used to perform actions needed when the component has finished loading in the LCL component streaming mechanism. Loaded calls the inherited method, and calls UpdateHandlers to connect/disconnect event handlers in the Application singleton.
Version 4.0 | Generated 2025-05-03 | Home |