Table of Contents

Getting started with TMS FNC WX JSON Formatter

Prerequisites

  • TMS FNC Core installed and the runtime package added to the project.
  • TMS FNC WX Pack installed.

Add the component

  1. Drop TTMSFNCWXJSONFormatter from the component palette onto a form.
  2. Set the JSON property to a JSON string.

Display JSON at runtime

{ Inside your form's OnCreate: }
JSONFormatter1.JSON := '{"name":"Alice","age":30}';

Next steps

  • Guides — themes, appearance customisation, and read-only vs editable mode.
  • API reference — full class reference.