FMX.ListView.Appearances.TObjectAppearance.DoChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoChange; virtual;

C++

virtual void __fastcall DoChange();

Properties

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

Description

Dispatcher of the OnChange event.

The object appearance calls DoChange when the value of a property of this object appearance that affects its appearance changes.

See Also