Delphi
			type PCardinal = ^Cardinal;
 
	 
		C++
			typedef unsigned *PCardinal;
 
	 
 
Properties
	
		| Type | 
		Visibility | 
		Source | 
        Unit | 
        Parent | 
	
	
		pointer typedef  | 
		public | 
		System.pas System.hpp  | 
        System | 
        System | 
	
Description
Is a pointer to a Cardinal.
PCardinal is a pointer to a Cardinal.
See Also