Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TObject.Create

TObject Constructor.

Declaration

Source position: objpash.inc line 223

public constructor TObject.Create;

Description

Create creates a new instance of TObject. Currently it does nothing (except allocating memory for the new instance).

Note that allocating the memory for the object instance happens in hidden code generated as part of every constructor, not only in TObject.Create. The hidden code calls NewInstance.

See also

Destroy

  

TObject destructor.


Documentation generated on: Jul 24 2023