System.PMemoryManagerEx

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PMemoryManagerEx = ^TMemoryManagerEx;

C++

typedef TMemoryManagerEx *PMemoryManagerEx;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
System.hpp
System System

Description

Is a pointer to a TMemoryManagerEx.

PMemoryManagerEx is a pointer to a TMemoryManagerEx.

See Also