function FindDllInDllsTree(const DllName, StartPath, SubDir: string): string;
| DllName | string |
| StartPath | string |
| SubDir | string |
stringFindDllInDllsTree penje se od StartPath prema gore i pretražuje mape DLLs\SubDir tražeći zatraženu PDFium DLL datoteku
Podržava rasporede aplikacija u kojima se izvršne datoteke nalaze ispod repozitorija ili instalacijskog izlaznog stabla
DllPath := FindDllInDllsTree('pdfium.dll', GetApplicationPath, 'Win64');