Table of Contents

Getting started with TMS FNC WX Docx Viewer

Prerequisites

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

Add the component

  1. Drop TTMSFNCWXDocxViewer from the component palette onto a form.
  2. Set the FileName property to the path of a DOCX file, or call LoadFromFile.
  3. Optionally assign OnPageChanged to track page navigation.

Load a document at runtime

{ In a button's OnClick handler: }
DocxViewer1.LoadFromFile('C:\Documents\report.docx');

Next steps

  • Guides — display options, page navigation, and link interception.
  • API reference — full class reference.