| [Overview][Constants][Types][Classes][Procedures and functions][Variables] | 
Clean up instance and free the memory reserved for the instance.
Source position: objpash.inc line 122
| public procedure TObject.FreeInstance; virtual; | 
FreeInstance cleans up an instance of the current class, and releases the heap memory occupied by the class instance.
| 
 | TObject destructor. | |
| 
 | Initialize a new class instance. | |
| 
 | Allocate memory on the heap for a new instance |