FMX.ListView.Appearances.TAppearanceListViewItems.AnyChecked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AnyChecked(const AChecked: Boolean = True): Boolean;

C++

bool __fastcall AnyChecked(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

True if there is an item such that Item.Checked = AChecked.


See Also