System.Classes.TComponent.RemoveFreeNotifications

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveFreeNotifications;

C++

void __fastcall RemoveFreeNotifications(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Classes.pas
System.Classes.hpp
System.Classes TComponent

Description

Notifies all owned components of the owner component's imminent destruction.

The RemoveFreeNotifications method notifies all owned components of the owner component's imminent destruction. RemoveFreeNotifications is called automatically when the component is destroyed.