FMX.ListView.Appearances.TAppearanceListViewItems.SetChecked

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

Delphi

procedure SetChecked(const Index: Integer; const Value: Boolean);

C++

void __fastcall SetChecked(const int Index, const bool Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TAppearanceListViewItems


説明

Checked[const Index] の設定メソッド。


関連項目