FMX.Pickers.TCustomListPicker.ItemIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemIndex: Integer read FItemIndex write SetItemIndex;

C++

__property int ItemIndex = {read=FItemIndex, write=SetItemIndex, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers TCustomListPicker

Description

Keeps the index of the selected item.

A picker object obtains the default ItemIndex value from the PopupBox control containing the current picker object.

See Also