[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Objects' (#rtl)

TObject.Init

Construct (initialize) a new object

Declaration

Source position: objects.pp line 251

constructor TObject.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

TObject.Free

  

Destroy an object and release all memory.

TObject.Done

  

Destroy an object.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.