Table of Contents

TTMSFNCWXJSONFormatter.EndUpdate Method

Ends an update block and re-renders the output once all nested update blocks have completed.

API unit family: TMSFNCWXJSONFormatter Declaring type: TTMSFNCWXJSONFormatter Inherited from: TTMSFNCWXCustomJSONFormatter

Syntax

procedure EndUpdate; override;

Remarks

Pair each call with a preceding begin-update call so multiple changes are batched into a single render.