System.PInt64

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

PInt64        = ^Int64;       {$NODEFINE PInt64}      { defined in sysmac.h }

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