Table of Contents

TTMSFNCResponsiveList.BeginUpdate Method

Suspends repainting and layout updates so a batch of changes can be applied without intermediate redraws.

API unit family: TMSFNCResponsiveList Declaring type: TTMSFNCResponsiveList

Syntax

procedure BeginUpdate; override;

Remarks

Call EndUpdate to resume updates once the batch of changes is complete. Calls can be nested.