function FindPrevious;
將 Find 游標往回移動一個相符項目
用於實作 Shift+F3 / 「尋找上一個」動作
包裝對應的 PDFium API,並將其公開為 TPdf 實體成員,讓使用者不必直接管理 FPDF_DOCUMENT 控制代碼
Pdf1.Active
EPdfError
SaveToFile
if Pdf1.Active then Pdf1.FindPrevious;