PDFium Component Docs

FindDllInDllsTree funkcija

Unit: PDFium
Pretražuje mape DLLs\Win32 ili DLLs\Win64 ispod početne putanje

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