FMX.ListView.Appearances.TObjectAppearance.DoHeightChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoHeightChange; virtual; deprecated;

C++

virtual void __fastcall DoHeightChange _DEPRECATED_ATTRIBUTE0 ();

Properties

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

Description

Warning: DoHeightChange is deprecated.

Dispatcher of the OnHeightChange event.

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

See Also