FMX.Gestures.TGestureManager.ChangeNotification

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

Delphi

procedure ChangeNotification(const AControl: TComponent);

C++

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

プロパティ

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

説明

コントロールを内部の通知リストに追加します。

ChangeNotification メソッドは TCustomTouchManager に呼び出され、ジェスチャに関連する変更を通知すべきコントロールのリストを格納します。 このメソッドが使用可能なのは VCL フレームワークのみのため、直接 ChangeNotification を呼び出さないでください。

関連項目