TObject.Init

Construct (initialize) a new object

Declaration

Source position: objects.pp line 286

default 
  constructor Init;

Description

Instantiates a new object of type TObject. It fills the instance up with Zero bytes.

For an example, see Free

Errors

None.

See also

Name Description
TObject.Done Destroy an object.
TObject.Free Destroy an object and release all memory.