Vcl.Touch.Keyboard.TCustomKeyboardButton.Create

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

Delphi

constructor Create(const AKey: TVirtualKey);

C++

__fastcall TCustomKeyboardButton(const Vcl::Touch::Keyboardtypes::TVirtualKey &AKey);

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomKeyboardButton

説明

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

Create メソッドは、TCustomKeyboardButton クラスの新しいインスタンスを作成するために使用されます。

メモ:  直接 TCustomKeyboardButton のインスタンスを作成しないでください。 TCustomKeyboardButton のインスタンスは、TKeyboardButton インスタンスによって自動的に作成されます。

関連項目