Vcl.Touch.GestureCtrls.TCustomGestureListView.RemoveChangeNotification

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

Delphi

procedure RemoveChangeNotification(AComponent: TComponent);

C++

void __fastcall RemoveChangeNotification(System::Classes::TComponent* AComponent);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGestureListView

説明

内部通知リストからコントロールを削除します。

RemoveChangeNotification は、ジェスチャに関係する変更について通知を受ける必要のある、コントロール群のリストから、コントロールを削除するために使用されます。RemoveChangeNotification は、ChangeNotification メソッドを使用してリストに追加されているコントロールのみを削除します。RemoveChangeNotification を直接呼び出さないでください。これは VCL フレームワークで厳密に予約されています。

関連項目