FMX.ListBox.TListBoxItem
From RAD Studio API Documentation
Revision as of 02:52, 16 March 2012 by Denisa.ilascu (Talk | contribs)
Delphi
TListBoxItem = class(TTextControl)
C++
class PASCALIMPLEMENTATION TListBoxItem : public Fmx::Controls::TTextControl
Contents |
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.