FMX.ListView.Appearances.TAppearanceListViewItems.FirstChecked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

int __fastcall FirstChecked(const bool AChecked = true);

Properties

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

Description

Index of the first item where Item.Checked = AChecked.


See Also