Delphi
			(*$HPPEMIT '}' *)
PLongInt      = ^LongInt;
 
	 
		C++
			typedef PLongInt PLongint;
 
	 
 
Properties
	
		| Type | 
		Visibility | 
		Source | 
        Unit | 
        Parent | 
	
	
		pointer typedef  | 
		public | 
		System.pas System.hpp  | 
        System | 
        System | 
	
Description
Is a pointer to a LongInt.
PLongInt is a pointer to a LongInt.
See Also