FMX.ListView.Types.TListItem.EndUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EndUpdate;

C++

void __fastcall EndUpdate();

Properties

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

Description

Determines the end of an update session in the list item object.

EndUpdate decreases the value of the update session counter. If all the update sessions complete and the counter is 0, EndUpdate calls Invalidate in order to apply the required layout changes.

Before calling EndUpdate, a call to BeginUpdate must have been performed in order to start an update session.

See Also