RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebUserList.SaveToFile Method

This procedure saves the collection of the user's account information to a file with the given filename.

Pascal
procedure SaveToFile(FileName: string);
C++
__fastcall SaveToFile(AnsiString FileName);

Saves the collection of the user's account information to a file with the given filename. This file can later be reloaded by calling LoadFromFile

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!