PDFium Delphi Component Docs

FindDllInDllsTree function

Unit: PDFium
Searches DLLs\Win32 or DLLs\Win64 folders below a start path

Syntax

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

Parameters

DllNamestring
StartPathstring
SubDirstring

Return Value

string

Description

Searches DLLs\Win32 or DLLs\Win64 folders below a start path

This helper participates in the PDFium DLL search policy used by TPdf.LoadLibrary

Remarks

Example

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

See Also

FindDllInPath, LoadPDFiumDll, IsWin64