FMX.ListBox.TListBoxItemData

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTListBoxItemData

Delphi

TListBoxItemData = class(TPersistent)

C++

class PASCALIMPLEMENTATION TListBoxItemData : public System::Classes::TPersistent

Properties

Type Visibility Source Unit Parent
class public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox FMX.ListBox

Description

Holds the information associated to a list box item.

TListBoxItemData is used to specify the data attached to the list box item.

See Also