FMX.ListBox.TListBoxItem

Object Pascal
TListBoxItem = class(TTextControl, IGlyph)
C++
class PASCALIMPLEMENTATION TListBoxItem : public Fmx::Controls::TTextControl
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | FMX.ListBox |
Description
A TListBoxItem is an item that is used in list box components.
The items in list boxes and combo boxes are of type TListBoxItem. To add an item to a list box or combo box, double-click the component or right-click the component and choose Add Item.
The Text property can be used to define an accelerator key to a control.
See Also
- Mobile Tutorial: Using ListBox Components to Display a Table View (iOS and Android)
- Using Accelerator Keys