FMX.ListView.Appearances.IPublishedAppearanceOwner.ItemAppearanceChangeHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ItemAppearanceChangeHeight(const Sender: TItemAppearanceProperties);

C++

virtual void __fastcall ItemAppearanceChangeHeight(TItemAppearanceProperties* const Sender) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances IPublishedAppearanceOwner

Description

The height of the appearance of Sender has changed. This object is the owner of Sender.

See Also