Next: , Previous: Page, Up: Reference



PAnsiChar

(Under construction.)

Synopsis

     type
       PAnsiChar = ^AnsiChar;

Description

Conforming to

PAnsiChar is a Borland Delphi extension.

Example

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

See also