PDFium Component Docs

FindDllInDllsTree-funksjon

Unit: PDFium
Søker i DLLs\Win32- eller DLLs\Win64-mappene under en startsti

Syntax

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

Parameters

DllNamestring
StartPathstring
SubDirstring

Return Value

string

Description

FindDllInDllsTree går oppover fra StartPath og undersøker DLLs\SubDir-mapper for den forespurte PDFium-DLL-en

Den støtter applikasjonsoppsett der kjørbare filer ligger under depotet eller installasjonens utdatatre

Remarks

Example

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

See Also

FindDllInPath, LoadPDFiumDll, IsWin64