RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRegistryIniFile.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 Windows95, but has no effect under Windows NT as NT does not buffer INI file reads and writes. 

 

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