RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIniFile.UpdateFile Method

Flushes buffered INI file data to disk.

Pascal
procedure UpdateFile; override;
C++
virtual __fastcall UpdateFile();

Call UpdateFile to flush buffered reads from and writes to the INI file to disk. UpdateFile is useful under Windows9x, but has no effect under Windows NT because NT does not buffer INI file reads and writes. 

This version of UpdateFile is only available if the application is compiled for Windows. On Linux, Update is inherited from TMemIniFile

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!