RAD Studio VCL Reference
|
Loads the list of sessions from a stream.
procedure LoadFromStream(S: TStream);
__fastcall LoadFromStream(TStream S);
Call LoadFromStream to replace the current list of sessions with a set of sessions read from a stream. The sessions must be previously saved by a call to the SaveToStream method.
S is the stream from which to read the list of sessions.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|