function FindDllInDllsTree(const DllName, StartPath, SubDir: string): string;
| DllName | string |
| StartPath | string |
| SubDir | string |
stringFindDllInDllsTree loopt vanaf StartPath naar boven en doorzoekt DLLs\SubDir-mappen op de gevraagde PDFium-DLL
Het ondersteunt toepassingsindelingen waarbij uitvoerbare bestanden onder de repository- of installatie-uitvoerstructuur staan
DllPath := FindDllInDllsTree('pdfium.dll', GetApplicationPath, 'Win64');