PDFium Component Docs

FindDllInPath функція

Unit: PDFium
Знаходить PDFium DLL із заданою назвою в одному каталозі

Syntax

function FindDllInPath(const DllName, SearchPath: string): string;

Parameters

DllNamestring
SearchPathstring

Return Value

string

Description

FindDllInPath combines SearchPath and DllName and returns the full path when that file exists

It is the single-directory probe used by the higher-level PDFium DLL search helpers

Remarks

Example

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

See Also

FindDllInDllsTree, LoadPDFiumDll, GetApplicationPath