WhiteUnicorn |
| |
#WhiteUnicorn/ StartPage/ Documentation/DelphiFAQ > | |
|
After writing to a ini file, how can the ini file cache be flushed so the changes made are permanent?
Call the Windows API function WriteProfileString() or WritePrivateProfileString() and pass nil parameters for the section, key, and string values. Example: WriteProfileString(nil, nil, nil); WritePrivateProfileString(nil, nil, nil, FileName);
| |
#WhiteUnicorn/ StartPage/ Documentation/DelphiFAQ > | |
|
| ||
Anastasija aka WhiteUnicorn |
LiveJournal PhotoFile |
|
|