FMX.ListView.Types.TListItem.Invalidate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Invalidate;

C++

void __fastcall Invalidate();

Properties

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

Description

Applies layout changes in the list items of a list view object.

If the list view needs to be repainted and there is no update session ongoing, Invalidate calls Repaint.

See Also