RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMemIniFile.Destroy Destructor

Frees the memory associated with the TMemIniFile object.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TMemIniFile();

Do not call Destroy directly; instead call Free.

Warning: The destructor does not write the current memory image to disk. Be sure to save changes made to TMemIniFile by calling UpdateFile before destroying a TMemIniFile instance.
 

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