API:FMX.ListView.Appearances.TAppearanceListViewItems.CheckAll

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure CheckAll(const AChecked: Boolean = True); overload;
procedure CheckAll(const ACallback: TFunc<Integer, Boolean>; const AChecked: Boolean = True); overload;

C++

void __fastcall CheckAll(const bool AChecked = true)/* overload */;
void __fastcall CheckAll(const System::DelphiInterface<System::Sysutils::TFunc__2<int,bool> > ACallback, const bool AChecked = true)/* overload */;

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !