TTMSFNCWXCustomJSONFormatter.EndUpdate Method
Ends an update block and re-renders the output once all nested update blocks have completed.
API unit family: TMSFNCWXJSONFormatter
Declaring type: TTMSFNCWXCustomJSONFormatter
Syntax
procedure EndUpdate; override;
Remarks
Pair each call with a preceding begin-update call so multiple changes are batched into a single render.