FMX.Pickers.TCustomListPicker.SetItemIndex

提供:RAD Studio API Documentation

Delphi

procedure SetItemIndex(AValue: Integer); virtual;

C++

virtual void __fastcall SetItemIndex(int AValue);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers TCustomListPicker


説明

ItemIndex プロパティの設定メソッドの宣言です。

関連項目