PDFium Delphi Component Docs

FindDllInDllsTree تابع

واحد: PDFium
پوشه‌های DLLs\Win32 یا DLLs\Win64 را در زیر یک مسیر آغازین جستجو می‌کند

Syntax

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

Parameters

DllNamestring
StartPathstring
SubDirstring

Return Value

string

Description

FindDllInDllsTree از StartPath به سمت بالا حرکت می‌کند و پوشه‌های DLLs\SubDir را برای DLL درخواستی PDFium بررسی می‌کند

این تابع چیدمان‌های برنامه را که در آن اجرایی‌ها زیر درخت خروجی مخزن یا نصب‌کننده قرار دارند پشتیبانی می‌کند

Remarks

Example

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

See Also

FindDllInPath, LoadPDFiumDll, IsWin64