FMX.ListView.Appearances.TAppearanceListViewItems.FirstChecked

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

Delphi

function FirstChecked(const AChecked: Boolean = True): Integer;

C++

int __fastcall FirstChecked(const bool AChecked = true);

プロパティ

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


説明

Item.Checked = AChecked である最初の項目のインデックス。


関連項目