TTMSFNCControl.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: TTMSFNCControl
Inherited from: 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;