Delphi
			PCurrency     = ^Currency;    {$NODEFINE PCurrency}   { defined in sysmac.h }
 
		C++
			typedef Currency*            PCurrency;        //
 
 
Properties
	
		| Type | Visibility | Source | Unit | Parent | 
	
		| pointer typedef | public | System.pas sysmac.h | System | System | 
Description
Is a pointer to a Currency.
PCurrency is a pointer to a Currency.
See Also