TTMSFNCDataGridBase.BeginUpdate Method
Suspends all layout recalculation and repainting until
EndUpdateis called.
API unit family: TMSFNCDataGridBase
Declaring type: TTMSFNCDataGridBase
Syntax
procedure BeginUpdate; override;
Remarks
Calls can be nested. Use BeginUpdate/EndUpdate around bulk data changes for best performance.