[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Destroy the instance and remove it from memory.
Source position: objects.pp line 507
destructor TResourceFile.Done; virtual; |
Done cleans up the instance of the TResourceFile Object. If Stream was specified at initialization, then Stream is disposed of too.
None.
|
Instantiate a new instance. |