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
- Drop
TTMSFNCWXJSONFormatterfrom the component palette onto a form. - Set the
JSONproperty 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.