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
- Drop
TTMSFNCWXContainer from the component palette onto a form.
- Set the
HTML property to the HTML markup you want to embed.
- 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.