System.PInt64Array

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PInt64Array = ^Int64Array;

C++

typedef Int64Array *PInt64Array;

Properties

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

Description

Pointer to Int64Array.

PInt64Array represents a pointer to an array of Int64 values.