FMX.ListBox.TListBoxItemData.Detail

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Detail: string read GetDetail write SetDetail;

C++

__property System::UnicodeString Detail = {read=GetDetail, write=SetDetail};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxItemData

Description

Specifies an additional text description of your TListBoxItem. The text description can appear under the item text, in the left, or right, based on the value of the list box DefaultItemStyles property.

For more information, see FMX.ListBox.TListBoxItem.ItemData.

See Also