TStrListMaker.Done
Clean up the instance and free all related memory.
Declaration
Source position: objects.pp line 584
default
destructor Done; Virtual;
Description
The Done destructor de-allocates the memory for the index description records and the string data, and then destroys the object.
Errors
None.
See also
Name | Description |
---|---|
TObject.Done | Destroy an object. |
TStrListMaker.Init | Instantiate a new instance of TStrListMaker |