FMX.ListView.Types.TListItem.InvalidateHeights

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InvalidateHeights; virtual;

C++

virtual void __fastcall InvalidateHeights(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItem

Description

Indicates that the height of the object has changed.

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

See Also