IMemoryStatus.AvailableVirtualMemory

Fore Syntax

AvailableVirtualMemory: Decimal;

Fore.NET Syntax

AvailableVirtualMemory: Decimal;

Description

The AvailableVirtualMemory property returns size of free virtual memory in bytes.

Example

The example of use is given in description of the IWinApplication.GetMemoryStatus method.

See also:

IMemoryStatus