Internet Direct (Indy) Version 9.0.2 Beta
TIdTCPServer.Loaded
Specifies that the component has been completely loaded from the component stream.

procedure Loaded; override;
Description
Loaded allows the TIdTCPServer to initialize itself after all its parts have been loaded using Delphi component streaming conventions, including a call to the inherited Loaded method.

Loaded intercepts any change to the Active property until all other properties and sibling components have been read from the component stream.

If the TIdTCPServer should be active, Loaded then sets the Active property to True to force initialization of Bingings and ThreadMgr properties, as well as the TIdTListenerThread used by TIdTCPServer.