TResourceFile.Done
Destroy the instance and remove it from memory.
Declaration
Source position: objects.pp line 538
default
destructor Done; Virtual;
Description
Done cleans up the instance of the TResourceFile Object. If Stream was specified at initialization, then Stream is disposed of too.
Errors
None.
See also
Name | Description |
---|---|
TResourceFile.Init | Instantiate a new instance. |