function FindDllInDllsTree(const DllName, StartPath, SubDir: string): string;
| DllName | string |
| StartPath | string |
| SubDir | string |
stringRecherche dans les dossiers DLLs\Win32 ou DLLs\Win64 sous un chemin de départ
Cet assistant participe à la politique de recherche PDFium DLL utilisée par TPdf.LoadLibrary
DllPath := FindDllInDllsTree('pdfium.dll', GetApplicationPath, 'Win64');