API:FMX.ListBox.TMetropolisUIListBoxItem

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListBox.TListBoxItemFMX.Controls.TTextControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentTMetropolisUIListBoxItem

Delphi

TMetropolisUIListBoxItem = class(TListBoxItem)

C++

class PASCALIMPLEMENTATION TMetropolisUIListBoxItem : public TListBoxItem

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.

FMX.ListBox.TMetropolisUIListBoxItem inherits from FMX.ListBox.TListBoxItem. All content below this line refers to FMX.ListBox.TListBoxItem.

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