Table of Contents

Getting started with TMS FNC WX PDF Toolbar

Prerequisites

  • TMS FNC Core installed and the runtime package added to the project.
  • TMS FNC WX Pack installed.
  • A TTMSFNCWXPDFViewer component present on the same form.

Add the component

  1. Drop TTMSFNCWXPDFToolbar from the component palette onto a form.
  2. Set the PDFViewer property to link it to a TTMSFNCWXPDFViewer instance.
  3. The toolbar items become active when the viewer loads a document.
{ Inside your form's OnCreate: }
PDFToolbar1.PDFViewer := PDFViewer1;

Next steps

  • Guides — configuring item roles and customising toolbar appearance.
  • API reference — full class reference.