Vcl.Controls.TCustomTouchManager.Create

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

Delphi

constructor Create(AControl: TControl);

C++

__fastcall TCustomTouchManager(TControl* AControl);

プロパティ

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

説明

TCustomTouchManager クラスの新しいインスタンスを作成します。

Create を使用すると、TCustomTouchManager クラスの新しいインスタンスを初期化することができます。すべてのコントロールに対して自動的に TCustomTouchManager のインスタンスが作成されるため、通常は開発者が Create を呼び出す必要はありません。

関連項目