FMX.Gestures.TGestureManager.RemoveChangeNotification

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

Delphi

procedure RemoveChangeNotification(const AControl: TComponent);

C++

void __fastcall RemoveChangeNotification(System::Classes::TComponent* const AControl);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TGestureManager

説明

内部の通知リストからコントロールを取り除きます。

RemoveChangeNotification メソッドは TCustomTouchManager によって呼び出され、ジェスチャ関連の変更についての通知が必要なコントロールのリストを管理します。 このメソッドが使用可能なのは VCL フレームワークのみのため、直接 RemoveChangeNotification メソッドを呼び出さないでください。

関連項目