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

TObject.Create

TObject Constructor

Declaration

Source position: objpash.inc line 206

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: May 14 2021