PDFium Component Docs

IsWin64 función

Unidad: PDFium
Devuelve True cuando el proceso actual apunta a Win64

Syntax

function IsWin64: Boolean;

Parameters

None

Return Value

Boolean

Description

IsWin64 reports the bitness of the compiled process so DLL lookup can choose the matching bundled folder

It is based on the WIN64 compiler symbol, not on the operating system bitness

Remarks

Example

if IsWin64 then
SubDir := 'Win64'
else
SubDir := 'Win32';

See Also

BuildDllName, LoadPDFiumDll