FMX.ListView.Appearances.TAppearanceListViewItems.FirstChecked

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

int __fastcall FirstChecked(const bool AChecked = true);

Propriétés

Type Visibilité  Source Unité  Parent
function public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TAppearanceListViewItems


Description

Index du premier élément où Item.Checked = AChecked.


Voir aussi