System.PIntegerArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PIntegerArray = ^IntegerArray;

C++

typedef IntegerArray *PIntegerArray;

Properties

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

Description

Is a pointer to an IntegerArray.

PIntegerArray is a pointer to an IntegerArray.

See Also