FMX.ListBox.TCustomListBox.SetItemIndex

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure SetItemIndex(const Value: Integer); virtual;

C++

virtual void __fastcall SetItemIndex(const int Value);

プロパティ

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


説明

リスト内で選択されている項目のインデックスを設定します。

SetItemIndex は、ItemIndex プロパティの protected 設定メソッドです。

関連項目