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
- Drop
TTMSFNCWXPDFToolbar from the component palette onto a form.
- Set the
PDFViewer property to link it to a TTMSFNCWXPDFViewer instance.
- The toolbar items become active when the viewer loads a document.
Link to a PDF viewer
{ Inside your form's OnCreate: }
PDFToolbar1.PDFViewer := PDFViewer1;
Next steps
- Guides — configuring item roles and customising toolbar appearance.
- API reference — full class reference.