FMX.ListView.TListViewBase.Invalidate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Invalidate;

C++

void __fastcall Invalidate(void);

Properties

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

Description

Forces the repainting of the surface of the rectangle holding this list view component.

See Also