Table of Contents

TTMSFNCDataGridBase.BeginUpdate Method

Suspends all layout recalculation and repainting until EndUpdate is 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.