FMX.ListBox.TListBoxSelector.SetCurrent

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

Delphi

function SetCurrent(const Index: Integer): Boolean;

C++

bool __fastcall SetCurrent(const int Index);

プロパティ

種類 可視性 ソース ユニット
function public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxSelector


説明

インデックスが Index項目のインデックス値を、カレントにして設定します。

値が変更されると、True を返します。Index がすでにカレントに設定されていると、False を返します。

関連項目