Unit 'LazClasses' Package
[Overview][Classes][Procedures and functions][Index] [#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.4 Generated 2025-11-08 Home