[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Ask the component to notify called when it is being destroyed.
Source position: classesh.inc line 1847
public procedure TComponent.FreeNotification( |
AComponent: TComponent |
); |
FreeNotification inserts AComponent in the freenotification list. When the component is destroyed, the Notification method is called for all components in the freenotification list.
|
Indexed list (zero-based) of all owned components. |
|
|
Called by components that are freed and which received a FreeNotification. |
|
|
Remove a component from the Free Notification list. |