Vcl.Touch.Keyboard.TButtonList

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

System.Generics.Collections.TListSystem.Generics.Collections.TEnumerableSystem.TObjectTButtonList

Delphi

TButtonList = class(TList<TCustomKeyboardButton>);

C++

class PASCALIMPLEMENTATION TButtonList : public System::Generics::Collections::TList__1<TCustomKeyboardButton*>

プロパティ

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

説明

TCustomKeyboardButton ボタンのリストを表します。

TButtonListTCustomKeyboardButton ボタンのリストを表します。VCL のタッチ機能で、ボタンをグループ化するのに使用されます。

関連項目