Construct (initialize) a new object.
Source position: objects.pp line 288
constructor TObject.Init; |
Instantiates a new object of type TObject. It fills the instance up with Zero bytes.
For an example, see Free
None.
|
Destroy an object and release all memory. |
|
|
Destroy an object. |