Table of Contents

TMS FNC WX Container — Guides

Setting HTML content

Assign the HTML property at design time or runtime. The container renders the markup inside the web view.

Handling DOM events

Add actions to the ElementActions collection. Each action maps a DOM event on a named element to an OnHTMLEvent handler, passing the element ID and event name.

The Links collection holds TTMSFNCWXContainerLink items. Handle OnLinkClick to intercept navigation and decide whether to open the URL or handle it in Delphi.

See also