FMX.ListView.TAppearanceListView.ItemAppearanceChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ItemAppearanceChange(const Sender: TItemAppearanceProperties);

C++

void __fastcall ItemAppearanceChange(Fmx::Listview::Appearances::TItemAppearanceProperties* const Sender);

Properties

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

Description

Called when the appearance of the items is changed.

See Also