IMemoryStatus.AvailablePhysicalMemory

Fore Syntax

AvailablePhysicalMemory: Decimal;

Fore.NET Syntax

AvailablePhysicalMemory: Decimal;

Description

The AvailablePhysicalMemory property returns size of free physical memory in bytes.

Example

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

See also:

IMemoryStatus