Table of Contents

TTMSFNCCustomControlBase.BeginUpdate Method

Suspends visual updates for the web control implementation so multiple property changes can be applied without intermediate repaints.

API unit family: TMSFNCCustomControl Declaring type: TTMSFNCCustomControlBase

Overloads

Overload 1

Suspends visual updates for the web control implementation so multiple property changes can be applied without intermediate repaints.

procedure BeginUpdate; override;

Overload 2

Suspends visual updates for the common control implementation so multiple property changes can be applied without intermediate repaints.

procedure BeginUpdate; virtual;