| [Overview][Types][Classes][Procedures and functions][Index] |
Saves the content in the string to the specified file name.
Source position: lazutf8classes.pas line 31
public procedure TStringListUTF8.SaveToFile( |
const FileName: string |
); override; |
FileName |
|
File name where content in the string list is stored. |
SaveToFile is a procedure used to save the content in the string list to the specified file name. FileName can contain UTF-8-encoded characters. SaveToFile uses a TFileStreamUTF8 instance to create the file specified in FileName, and calls the SaveToStream method to store values from the string list.