Vcl.Touch.Keyboard.TButtonList.Create
C++
/* {System_Generics_Collections}TList<Vcl_Touch_Keyboard_TCustomKeyboardButton>.Create */ inline __fastcall TButtonList()/* overload */ : System::Generics::Collections::TList__1<TCustomKeyboardButton*>() { }
/* {System_Generics_Collections}TList<Vcl_Touch_Keyboard_TCustomKeyboardButton>.Create */ inline __fastcall TButtonList(const System::DelphiInterface<System::Generics::Defaults::IComparer__1<TCustomKeyboardButton*> > AComparer)/* overload */ : System::Generics::Collections::TList__1<TCustomKeyboardButton*>(AComparer) { }
/* {System_Generics_Collections}TList<Vcl_Touch_Keyboard_TCustomKeyboardButton>.Create */ inline __fastcall TButtonList(System::Generics::Collections::TEnumerable__1<TCustomKeyboardButton*>* const Collection)/* overload */ : System::Generics::Collections::TList__1<TCustomKeyboardButton*>(Collection) { }
/* {System_Generics_Collections}TList<Vcl_Touch_Keyboard_TCustomKeyboardButton>.Create */ inline __fastcall TButtonList(const System::DelphiInterface<System::IEnumerable__1<TCustomKeyboardButton*> > Collection)/* overload */ : System::Generics::Collections::TList__1<TCustomKeyboardButton*>(Collection) { }
/* {System_Generics_Collections}TList<Vcl_Touch_Keyboard_TCustomKeyboardButton>.Create */ inline __fastcall TButtonList(TCustomKeyboardButton* const *Values, const System::NativeInt Values_High)/* overload */ : System::Generics::Collections::TList__1<TCustomKeyboardButton*>(Values, Values_High) { }
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | Vcl.Touch.Keyboard.hpp | Vcl.Touch.Keyboard | TButtonList |
Description
Embarcadero Technologies does not currently have any additional information.