FMX.ListView.Appearances.TAppearanceListViewItem.Repaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Repaint; override;

Properties

Type Visibility Source Unit Parent
procedure protected FMX.ListView.Appearances.pas FMX.ListView.Appearances TAppearanceListViewItem

Description

Repaints the list items of the list view object.

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