System.IntegerArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type IntegerArray = array [0..251658239] of Integer;

C++

typedef int* IntegerArray;

Properties

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

Description

Is an array of integers.

IntegerArray is a type of array with Integer elements.

See Also