System.Classes.TComponent.RemoveFreeNotifications

From RAD Studio API Documentation
Revision as of 15:57, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.Classes.TComponent.RemoveFreeNotifications&oldid=155832"