[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Begins an update to the grid control.
Source position: grids.pas line 1336
public procedure TCustomGrid.BeginUpdate; |
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.
|
Finishes an active update to the grid control. |
|
|
Updates the grid after changes to the visual properties in the control. |
Version 4.0 | Generated 2025-05-03 | Home |