PDFium Delphi Component Docs

FindDllInDllsTree funkcija

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

Syntax

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

Parameters

DllNamestring
StartPathstring
SubDirstring

Return Value

string

Description

FindDllInDllsTree kreće nagore od StartPath i proverava fascikle DLLs\SubDir tražeći zahtevani PDFium DLL

Podržava rasporede aplikacija u kojima se izvršne datoteke nalaze ispod stabla repozitorijuma ili izlaza instalatera

Remarks

Example

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

See Also

FindDllInPath, LoadPDFiumDll, IsWin64