RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractSocket.Loaded Method

Opens or closes the socket connection when the socket is loaded from a file, depending on the saved value of the Active property.

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

Applications cannot call this protected method. Loaded is called automatically after the socket component has been loaded from a stream. Loaded overrides the default method to implement the value of the Active property that was saved with the socket component. 

 

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