RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomSessionsService.LoadFromStream Method

Loads the list of sessions from a stream.

Pascal
procedure LoadFromStream(S: TStream);
C++
__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!