RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.PInt64 Type

PInt64 is a pointer to an Int64 variable.

Pascal
PInt64 = ^Int64;
C++
^Int64 PInt64;

PInt64 is a pointer to an Int64 variable. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!