IBX.IBDatabaseInfo.TIBDatabaseInfo.MaxMemory

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxMemory: Long read GetMaxMemory;

C++

__property Ibx::Ibexternals::Long MaxMemory = {read=GetMaxMemory, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBDatabaseInfo.pas
IBX.IBDatabaseInfo.hpp
IBX.IBDatabaseInfo TIBDatabaseInfo

Description

Returns the maximum amount of memory used at one time since the first process attached to the database.

Use MaxMemory to return in bytes the maximum amount of memory used at one time since the first process attached to the database.