function FindDllInPath(const DllName, SearchPath: string): string;
| DllName | string |
| SearchPath | string |
stringFindDllInPath combina SearchPath e DllName e restituisce il percorso completo quando quel file esiste
È la probe a singola directory usata dagli helper di ricerca DLL PDFium di livello superiore
DllPath := FindDllInPath('pdfium.dll', GetApplicationPath);