FMX.ListView.Appearances.TListViewItem.Repaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Repaint; override;

C++

virtual void __fastcall Repaint(void);

Properties

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

Description

Repaints the list items of the list view object.

FMX.ListView.Appearances.TListViewItem.Repaint inherits from FMX.ListView.Types.TListItem.Repaint. All content below this line refers to FMX.ListView.Types.TListItem.Repaint. Repaints the list items of the list view object.

Repaint performs a call to the Repaint method of the parent object.

See Also