API:FMX.ListView.Appearances.TAppearanceListViewItems.CheckAll

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

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 */;

プロパティ

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。