[Overview][Types][Classes][Index] |
Loads the content in the string list from the specified file name.
Source position: textstrings.pas line 95
public procedure TTextStrings.LoadFromFile( |
const FileName: string |
); override; |
FileName |
|
File name with the values loaded in the method. |
Creates a temporary TFileStream instance for the FileName argument. The file handle is opened for reading, and shared write access is denied. The inherited LoadFromStream method is called to load the values in the string list from the file stream.
|
Saves the content in the string list to the specified file name. |
|
Version 4.0 | Generated 2025-05-03 | Home |