RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleServer.Loaded Method

Connects to the COM server when the Loaded object is first loaded into memory if AutoConnect is True true.

Pascal
procedure Loaded; override;
C++
virtual __fastcall Loaded();

The VCL streaming system automatically calls Loaded after the Loaded component is loaded into memory.  

Loaded checks the AutoConnect property, and if it is True true, calls the Connect method to establish a connection. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!