[Overview][Classes][Procedures and functions][Index] Reference for unit 'LazClasses' (#lazutils)

TRefCountedObject.Create

Constructor for the class instance.

Declaration

Source position: lazclasses.pas line 67

public constructor TRefCountedObject.Create;

Description

Create is the constructor for the class instance. It sets the default values for members used in the class instance.When WITH_REFCOUNT_DEBUG has been defined in the LCL, a critical section used during debugging is initialized. Create calls the inherited constructor prior to exiting from the method.

See also

TRefCountedObject.RefCount

  

Number of times the object instance has been referenced in the application.


Version 4.0 Generated 2025-05-03 Home