PDFium Component Docs

FindDllInDllsTree functie

Unit: PDFium
Doorzoekt DLLs\Win32- of DLLs\Win64-mappen onder een startpad

Syntax

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

Parameters

DllNamestring
StartPathstring
SubDirstring

Return Value

string

Description

FindDllInDllsTree loopt vanaf StartPath naar boven en doorzoekt DLLs\SubDir-mappen op de gevraagde PDFium-DLL

Het ondersteunt toepassingsindelingen waarbij uitvoerbare bestanden onder de repository- of installatie-uitvoerstructuur staan

Remarks

Example

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

See Also

FindDllInPath, LoadPDFiumDll, IsWin64