Vcl.Touch.Keyboard.TButtonList

From RAD Studio API Documentation

TButtonListSystem.Generics.Collections.TListSystem.Generics.Collections.TEnumerableSystem.TObject

Delphi

TButtonList = class(TList<TCustomKeyboardButton>);

C++

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

Properties

Type Visibility Source Unit Parent
class public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard Vcl.Touch.Keyboard

Description

Represents a list of TCustomKeyboardButton buttons.

TButtonList represents a list of TCustomKeyboardButton buttons. In VCL Touch, it is used to group buttons.

See Also