FMX.ListBox.TListBoxItem
Delphi
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.