PDFium Delphi Component Docs

FindDllInPath 함수

유닛: PDFium
한 폴더에서 지정된 이름의 PDFium DLL을 찾습니다

Syntax

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

Parameters

DllNamestring
SearchPathstring

Return Value

string

Description

FindDllInPath combines SearchPath and DllName and returns the full path when that file exists

It is the single-directory probe used by the higher-level PDFium DLL search helpers

Remarks

Example

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

See Also

FindDllInDllsTree, LoadPDFiumDll, GetApplicationPath