| [Overview][Classes][Procedures and functions][Index] |
Saves the content in the TStringList to the specified file name
Source position: lazutf8classes.pas line 50
procedure SaveStringsToFileUTF8( |
List: TStrings; |
const FileName: string |
); |
List |
|
String list to store in the specified file |
FileName |
|
Name of the file where the content is stored |
SaveStringsToFileUTF8 is a procedure used to save the content in the List to the specified file name. List is a TStrings desccendant with the content to store in the specified file name. FileName can contain UTF-8-encoded character values. SaveStringsToFileUTF8 uses a TStringListUTF8 (when needed) to store the content in the string list to the specified FileName.
| lazarus-ccr.sourceforge.net |