FMX.Gestures.TGestureManager.ChangeNotification
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 を呼び出さないでください。