From System.pas
PCurrency= ^Currency
Unit: System
Type: pointer
From System.hpp
typedef System::Currency * PCurrency;
Type: typedef
Is a pointer to a Currency.
PCurrency is a pointer to a Currency.