FMX.ListView.Appearances.TObjectAppearance.OnHeightChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnHeightChange: TNotifyEvent read FOnHeightChange write FOnHeightChange;

C++

__property System::Classes::TNotifyEvent OnHeightChange = {read=FOnHeightChange, write=FOnHeightChange};

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 Height changes.

See Also