Table of Contents

TTMSMCPCustomComponent.BeginUpdate Method

Suspends update processing for the FMX compatibility implementation until EndUpdate is called.

API unit family: TMS.MCP.CustomComponent Declaring type: TTMSMCPCustomComponent

Overloads

Overload 1

Suspends update processing for the FMX compatibility implementation until EndUpdate is called.

procedure BeginUpdate; virtual;

Overload 2

Suspends update processing for the web control implementation until EndUpdate is called.

procedure BeginUpdate; override;

Overload 3

Suspends update processing for the common control implementation until EndUpdate is called.

procedure BeginUpdate; virtual;