System.PInt64Array

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

PInt64Array = ^Int64Array;

C++

typedef Int64Array *PInt64Array;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
pointer
typedef
public
System.pas
System.hpp
System System

Beschreibung

Zeiger auf Int64Array.

PInt64Array repräsentiert einen Zeiger auf ein Array mit Int64-Werten.