[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Generic implementation of the class used to implement objects which perform free notifications.
Source position: lazclasses.pas line 24
type generic TFreeNotifyingGeneric <_B>= class(_B) |
||
protected |
||
procedure DoDestroy; |
|
Alternate destructor for the generic class type. |
public |
||
procedure AddFreeNotification(); |
|
Adds the specified notification to the notification list in the generic class instance. |
procedure RemoveFreeNotification(); |
|
Removes the specified notification from the notification list in the generic class instance. |
end; |
|
Generic implementation of the class used to implement objects which perform free notifications. |
|
| | | ||
| Version 4.4 | Generated 2025-11-08 | Home |