RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.PLongint Type

PLongint is a pointer to a LongInt variable.

Pascal
PLongint = ^Longint;
C++
^Longint PLongint;

PLongint is a pointer to a PLongint variable. 

 

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