FMX.ListBox.TListBoxItem.SetIsSelectedInternal

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

Delphi

procedure SetIsSelectedInternal(const Value: Boolean; const UserChange: Boolean);

C++

void __fastcall SetIsSelectedInternal(const bool Value, const bool UserChange);

プロパティ

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


説明

項目の選択を処理します。

IsSelected プロパティの値を設定し、選択アニメーションを起動し、リスト ボックスの選択コントローラItemStateChanged メソッドを呼び出します。

UserChange パラメータは、選択が(コードの呼び出しではなく)ユーザーのアクションで開始されたかどうかを指定します。

関連項目