System.PIntegerArray

From RAD Studio API Documentation
Revision as of 23:30, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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