RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomIniFile.UpdateFile Method

Flushes buffered ini file data to disk.

Pascal
procedure UpdateFile; virtual; abstract;
C++
virtual __fastcall UpdateFile() = 0;

Call UpdateFile to flush buffered reads from and writes to the ini file to disk. [SK comment -- UpdateFile is useful under Windows95but has no effect under Windows NT as NT does not buffer ini file reads and writes. do not delete!] 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!