FMX.ListView.TAppearanceListView.DoButtonChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoButtonChange(const Sender: TObject; const AItem: TListItem; const AObject: TListItemSimpleControl); virtual;

C++

virtual void __fastcall DoButtonChange(System::TObject* const Sender, Fmx::Listview::Types::TListItem* const AItem, Fmx::Listview::Types::TListItemSimpleControl* const AObject);

Properties

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

Description

Dispatches the OnButtonChange event.

DoButtonChange receives the following parameters:

DoButtonChange passes the received AItem and AObject to the event handler of OnButtonChange, but it passes itself as the value of the Sender parameter instead of passing the received Sender.

See Also