Getting started with TMS FNC WX PDF Viewer
Prerequisites
- TMS FNC Core installed and the runtime package added to the project.
- TMS FNC WX Pack installed.
Add the component
- Drop
TTMSFNCWXPDFViewer from the component palette onto a form.
- Call
LoadFromFile to open a PDF document, or set FileName at design time.
- Assign
OnLoaded to be notified when the document has finished loading.
Load a PDF at runtime
{ In a button's OnClick handler: }
PDFViewer1.LoadFromFile('C:\Documents\report.pdf');
Navigate pages
{ Navigate to a specific page: }
PDFViewer1.NavigatePage(2);
Next steps
- Guides — search, zoom, thumbnail generation, form fields, and touch.
- API reference — full class reference.