[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Base class used to implement objects which perform free notifications.
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; |
|
Base class used to implement objects which perform free notifications. |
|
| | ||
TObject |
Version 4.0 | Generated 2025-05-03 | Home |