Unit 'LazClasses' Package
[Overview][Classes][Procedures and functions][Index] [#lazutils]

TFreeNotifyingGeneric

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

Generic implementation of the class used to implement objects which perform free notifications.

Declaration

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;

Inheritance

TFreeNotifyingGeneric

  

Generic implementation of the class used to implement objects which perform free notifications.

|

TObject


Version 4.4 Generated 2025-11-08 Home