Vcl.Controls.TCustomTouchManager.ChangeNotification

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

Delphi

procedure ChangeNotification(AControl: TControl);

C++

void __fastcall ChangeNotification(TControl* AControl);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomTouchManager

説明

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

ChangeNotification は、ジェスチャに関する変更を通知しなければならないコントロールのリストを格納するために TCustomTouchManager が使用するものです。ChangeNotification を直接呼び出してはなりません。これを使用してよいのは VCL フレームワークだけです。

関連項目