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