Getting started with TMS FNC WX PDF Thumbnail List
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
TTMSFNCWXPDFThumbnailList from the component palette onto a form.
- Set the
PDFViewer property to link it to a TTMSFNCWXPDFViewer instance.
- The thumbnail list populates automatically when the viewer loads a document.
Link to a PDF viewer
{ Inside your form's OnCreate: }
PDFThumbnailList1.PDFViewer := PDFViewer1;
Next steps