TComponent.RemoveFreeNotification

Remove a component from the Free Notification list.

Declaration

Source position: classesh.inc line 2122

public 
  procedure RemoveFreeNotification(AComponent: TComponent);

Description

RemoveFreeNotification removes AComponent from the freenotification list.

See also

Name Description
TComponent.FreeNotification Ask the component to notify called when it is being destroyed.