FMX.ListView.TListViewBase.DoCheckStateChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoCheckStateChanged(const Item: TListItem; const Control: TListItemDrawable); virtual;

C++

virtual void __fastcall DoCheckStateChanged(Fmx::Listview::Types::TListItem* const Item, Fmx::Listview::Types::TListItemDrawable* const Control);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListViewBase

Description

Notifies the TListView that a control inside of an item is clicked.