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

Description

Marks the start of an update.

The painting of the owner control is disabled during the update.

Call EndUpdate after the update finishes.

See Also