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
- Drop
TTMSFNCWXDocxViewer from the component palette onto a form.
- Set the
FileName property to the path of a DOCX file, or call LoadFromFile.
- 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.