PDFium Component Docs

FindDllInDllsTree funktion

Unit: PDFium
Söker i DLLs\Win32- eller DLLs\Win64-mappar under en startväg

Syntax

function FindDllInDllsTree(const DllName, StartPath, SubDir: string): string;

Parameters

DllNamestring
StartPathstring
SubDirstring

Return Value

string

Description

FindDllInDllsTree walks upward from StartPath and probes DLLs\SubDir folders for the requested PDFium DLL

It supports application layouts where executables live below the repository or installer output tree

Remarks

Example

DllPath := FindDllInDllsTree('pdfium.dll', GetApplicationPath, 'Win64');

See Also

FindDllInPath, LoadPDFiumDll, IsWin64