|
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: