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

9.190 PAnsiChar

(Under construction.)

Synopsis

 
type
  PAnsiChar = ^AnsiChar;

Description

Conforming to

Example

 
program PAnsiCharDemo;
var
  s: PAnsiChar;
begin
  s := 'Hello, world!';
  {$X+}
  WriteLn (s)
end.

See also



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