FMX.ListView.Appearances.TListViewItem.WillBePainted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WillBePainted; override;

C++

virtual void __fastcall WillBePainted();

Properties

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

Description

It is called when the item is about to be painted.

FMX.ListView.Appearances.TListViewItem.WillBePainted inherits from FMX.ListView.Types.TListItem.WillBePainted. All content below this line refers to FMX.ListView.Types.TListItem.WillBePainted. It is called when the item is about to be painted.