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