System.PInt64

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PInt64 = ^Int64;

C++

typedef __int64*             PInt64;           //

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
sysmac.h
System System

Description

Is a pointer to an Int64.

PInt64 is a pointer to an Int64.

See Also