[Overview][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: lazclasses.pas line 67
public constructor TRefCountedObject.Create; |
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.
|
Number of times the object instance has been referenced in the application. |
Version 4.0 | Generated 2025-05-03 | Home |