[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

9.210 PtrWord

(Under construction.)

Synopsis

 
type
  PtrWord = PtrCard;

Description

An unsigned integer type of the same size as a pointer.

Conforming to

Example

 
program PtrWordDemo;
var
  a: PtrWord;
  p: Pointer;
begin
  GetMem (p, 10);
  a := PtrWord (p);
  Inc (a);
  p := Pointer (a)
end.

See also



This document was generated by Frank Heckenbach on May, 10 2002 using texi2html