RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomSessionsService.LoadFromFile Method

Loads the list of sessions from a file.

Pascal
procedure LoadFromFile(const Filename: string);
C++
__fastcall LoadFromFile(const AnsiString Filename);

Call LoadFromFile to replace the current list of sessions with a set of sessions stored in a file. The file must be previously created by a call to the SaveToFile method. 

Filename is the name of the file that contains the saved list of sessions. 

 

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