FMX.ListView.Appearances.TObjectAppearance.DoHeightChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoHeightChange; virtual;

C++

virtual void __fastcall DoHeightChange(void);

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 OnHeightChange event.

The object appearance calls DoHeightChange when the value of Height changes.

See Also