Skip to content

TObject.Create

TObject Constructor

Declaration

Source position: objpash.inc line 208

public 
  constructor 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

Name Description
Destroy TObject destructor.