System.PInt64

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type PInt64 = ^Int64;

C++

typedef __int64*             PInt64;           //

Eigenschaften

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

Beschreibung

PInt64 ist ein Zeiger auf einen Int64.

PInt64 ist ein Zeiger auf einen Int64.

Siehe auch