System.Tether.AppProfile.TTetheringAppProfile.Notification

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure Notification(AComponent: TComponent; Operation: TOperation); override;

C++

virtual void __fastcall Notification(System::Classes::TComponent* AComponent, System::Classes::TOperation Operation);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile


説明

TLocalAction 項目内の TContainedAction コンポーネントに対する、Actions からの参照を、それらのコンポーネントが削除された際に無効にします。

このメソッドのオーバーライドに関する情報については、TComponent.Notification を参照してください。

関連項目