FMX.ListView.Appearances.TObjectAppearance.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

__property System::Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};

Properties

Type Visibility Source Unit Parent
event public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TObjectAppearance

Description

Occurs when the value of a property of this object appearance that affects its appearance changes.

Different object appearance classes provide different properties that affect the appearance. For a complete list, see the documentation of the corresponding class.

See Also