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

TFreeNotifyingObject

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Base class used to implement objects which perform free notifications.

Declaration

Source position: lazclasses.pas line 37

type TFreeNotifyingObject = class

public

  destructor Destroy; override;

  

Destructor for the class instance.

  procedure AddFreeNotification();

  

Adds the specified method to the notification list in the class instance.

  procedure RemoveFreeNotification();

  

Removes the specified method from the internal list.

end;

Inheritance

TFreeNotifyingObject

  

Base class used to implement objects which perform free notifications.

|

TObject


Version 4.0 Generated 2025-05-03 Home