[Overview][Classes][Procedures and functions][Index] |
[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. |
|
| | ||
_B |
||
? | ||
TObject |
Version 4.0 | Generated 2025-05-03 | Home |