PDFium Component Docs

FindDllInDllsTree funkcia

Unit: PDFium
Vyhľadá priečinky DLLs\Win32 alebo DLLs\Win64 pod počiatočnou cestou

Syntax

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

Parameters

DllNamestring
StartPathstring
SubDirstring

Return Value

string

Description

FindDllInDllsTree prechádza nahor od StartPath a skúša priečinky DLLs\SubDir pre požadované PDFium DLL

Podporuje rozloženia aplikácií, kde spustiteľné súbory ležia pod stromom repozitára alebo výstupu inštalátora

Remarks

Example

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

See Also

FindDllInPath, LoadPDFiumDll, IsWin64