PDFium Component Docs

FindDllInPath function

Unit: PDFium
یک DLL نام‌گذاری‌شدهٔ PDFium را در یک فهرست راهنما می‌یابد

Syntax

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

Parameters

DllNamestring
SearchPathstring

Return Value

string

Description

FindDllInPath مقدار SearchPath و DllName را ترکیب می‌کند و هنگامی که آن فایل وجود داشته باشد مسیر کامل را بازمی‌گرداند

این کاوش تک‌فهرست‌راهنمایی است که توسط کمکی‌های جست‌وجوی DLL سطح بالاترِ PDFium استفاده می‌شود

Remarks

Example

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

See Also

FindDllInDllsTree, LoadPDFiumDll, GetApplicationPath