FMX.ListView.Appearances.TListViewItem.Repaint
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.