PDFium Component Docs

FindDllInDllsTree-funktio

Unit: PDFium
Etsii DLLs\Win32- tai DLLs\Win64-kansiot aloituspolun alta

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