www.icetips.com  Icetips Utilities Documentation 10/29/2008    

String Class:  DisposeFileString

Previous  Top  Next  


This method has no parameters and does not return any information. 

 

The DisposeFileString method is used to de-allocate memory used by the FileString property, which is used by the ReadFileToString, WriteStringToFile and FileToString methods.  In normal operation you never need to call this method and should regard it as a PRIVATE method.  It is called automatically when you call the AllocateFileString method and also from the destructor of the class.  Even if you use the AllocateFileString method to allocate dynamic string for you own you you do not need to call this method to deallocate the memory used as it is taken care of in both the AllocateFileString and the Destruct methods.

 

See also:

AllocateFileString

FileString

ReadFileToString

WriteStringToFile

FileToString



Direct link to this page: http://www.icetips.com/manuals/utilities/disposefilestring_stringclass.htm