[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TCustomGrid.BeginUpdate

Begins an update to the grid control.

Declaration

Source position: grids.pas line 1336

public procedure TCustomGrid.BeginUpdate;

Description

BeginUpdate is a procedure used to start an update to the layout or content in a grid control. BeginUpdate increments an internal member used to prevent nested calls to the method. The protection remains in effect until the EndUpdate method is called. BeginUpdate is used in the implementation of methods that alter the physical appearance of the grid.

See also

TCustomGrid.EndUpdate

  

Finishes an active update to the grid control.

TCustomGrid.VisualChange

  

Updates the grid after changes to the visual properties in the control.


Version 4.0 Generated 2025-05-03 Home