function FindDllInDllsTree(const DllName, StartPath, SubDir: string): string;
| DllName | string |
| StartPath | string |
| SubDir | string |
stringFindDllInDllsTree asciende desde StartPath y sondea las carpetas DLLs\SubDir en busca de la DLL PDFium solicitada
Admite diseños de aplicación donde los ejecutables viven por debajo del repositorio o del árbol de salida del instalador
DllPath := FindDllInDllsTree('pdfium.dll', GetApplicationPath, 'Win64');