FMX.ListBox.TListBoxItem

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls.TTextControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTListBoxItem

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.

See Also

Code Examples