PDFium Component Docs

GetApplicationPath 関数

ユニット: PDFium
PDFium DLL 検索の最初のルートとして使う実行ファイルフォルダーを返します

Syntax

function GetApplicationPath: string;

Parameters

None

Return Value

string

Description

GetApplicationPath returns the directory of the running executable as used by the PDFium DLL search policy

Use it when diagnostics need to show where LoadPDFiumDll starts searching

Remarks

Example

AppPath := GetApplicationPath;

See Also

LoadPDFiumDll, FindDllInPath, FindDllInDllsTree