PDFium Component Docs

FindDllInDllsTree функція

Unit: PDFium
Шукає папки DLLs\Win32 або DLLs\Win64 нижче за початковий шлях

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