Vcl.ExtCtrls.TCustomGridPanel.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
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomGridPanel

Description

Use this method before adding, removing, or editing outline items to prevent the GridPanel from adjusting to changes in size and position until the EndUpdate method is called. Use BeginUpdate to speed processing time by deferring repaints until EndUpdate is called.

See Also