Vcl.Touch.Keyboard.TButtonList

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Delphi

TButtonList = class(TList<TCustomKeyboardButton>);

C++

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

Propriétés

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

Description

Représente une liste de boutons TCustomKeyboardButton.

TButtonList représente une liste de boutons TCustomKeyboardButton. Dans la VCL tactile, elle est utilisée pour grouper les boutons.

Voir aussi