FMX.Pickers.TCustomListPicker.SetItemIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetItemIndex(AValue: Integer); virtual;

C++

virtual void __fastcall SetItemIndex(int AValue);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers TCustomListPicker

Description

Declaration of the setter method for the ItemIndex property.

See Also