Delphi
type PExtended = ^Extended;
C++
typedef Extended* PExtended; //
Properties
| Type |
Visibility |
Source |
Unit |
Parent |
pointer typedef |
public |
System.pas sysmac.h |
System |
System |
Description
Is a pointer to an Extended.
PExtended is a pointer to an Extended.
See Also