FMX.ListView.Appearances.TListViewItem.InvalidateHeights

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InvalidateHeights; override;

C++

virtual void __fastcall InvalidateHeights();

Properties

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

Description

Indicates that the height of the object has changed.

FMX.ListView.Appearances.TListViewItem.InvalidateHeights inherits from FMX.ListView.Types.TListItem.InvalidateHeights. All content below this line refers to FMX.ListView.Types.TListItem.InvalidateHeights. Indicates that the height of the object has changed.

InvalidateHeights is a virtual method to be implemented in child subclasses.

See Also