FMX.ListView.Appearances.TObjectAppearance.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.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TObjectAppearance

Description

Marks the start of an update.

The painting of the owner control of the owner of this appearance object is disabled during the update.

Call EndUpdate after the update finishes.

See Also