Table of Contents

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

  1. Drop TTMSFNCWXPDFThumbnailList from the component palette onto a form.
  2. Set the PDFViewer property to link it to a TTMSFNCWXPDFViewer instance.
  3. The thumbnail list populates automatically when the viewer loads a document.
{ Inside your form's OnCreate: }
PDFThumbnailList1.PDFViewer := PDFViewer1;

Next steps

  • Guides — item sizing, selection, and scroll behaviour.
  • API reference — full class reference.