Table of Contents

Getting started with TMS FNC WX Container

Prerequisites

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

Add the component

  1. Drop TTMSFNCWXContainer from the component palette onto a form.
  2. Set the HTML property to the HTML markup you want to embed.
  3. Assign OnHTMLEvent to handle DOM events raised by elements in the container.

Set HTML content at runtime

{ Inside your form's OnCreate: }
Container1.HTML := '<button id="btn1">Click me</button>';

Next steps

  • Guides — element actions, event wiring, link handling, and script interaction.
  • API reference — full class reference.