FMX.ListView.Types.TListItemDrawable.BeginUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BeginUpdate;

C++

void __fastcall BeginUpdate();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemDrawable

Description

Marks the start of an update session of the list item object.

A call to BeginUpdate must be complemented by calls to EndUpdate after the update is finished. It increases the value of the FUpdating semaphore, an internal semaphore that is used to mark the process of list view items updating. The painting of a list view item is disabled while FUpdating is higher than 0.

See Also