function FindDllInDllsTree(const DllName, StartPath, SubDir: string): string;
| DllName | string |
| StartPath | string |
| SubDir | string |
stringSearches DLLs\Win32 or DLLs\Win64 folders below a start path
This helper participates in the PDFium DLL search policy used by TPdf.LoadLibrary
DllPath := FindDllInDllsTree('pdfium.dll', GetApplicationPath, 'Win64');