System.Classes.TComponent.RemoveFreeNotifications
Delphi
procedure RemoveFreeNotifications;
C++
void __fastcall RemoveFreeNotifications();
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.