[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Construct (initialize) a new object
Source position: objects.pp line 255
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. |