System.Classes.TComponent.RemoveFreeNotification
Delphi
procedure RemoveFreeNotification(AComponent: TComponent);
C++
void __fastcall RemoveFreeNotification(TComponent* AComponent);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | System.Classes.pas System.Classes.hpp |
System.Classes | TComponent |
説明
FreeNotification で有効にされた破棄通知を無効にします。
RemoveFreeNotification メソッドは,AComponent パラメータで指定されたコンポーネントを,それが破棄されようとしていることを通知されるオブジェクトの内部リストから削除します。AComponent は,FreeNotification メソッドの直前の呼び出しによりこのリストに追加されます。
ほとんどのアプリケーションでは,RemoveFreeNotification メソッドを呼び出す必要はありません。このメソッドは,2 つのコンポーネントがまもなく生じる破棄を相互に通知し合っているループを検出するために TComponent により使用されます。