PDFium Component Docs

FindDllInPath-funksjon

Unit: PDFium
Finner en navngitt PDFium-DLL i én katalog

Syntax

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

Parameters

DllNamestring
SearchPathstring

Return Value

string

Description

FindDllInPath kombinerer SearchPath og DllName og returnerer den fulle stien når den filen finnes

Det er den enkeltkatalog-undersøkelsen som brukes av PDFiums DLL-søkehjelpere på høyere nivå

Remarks

Example

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

See Also

FindDllInDllsTree, LoadPDFiumDll, GetApplicationPath