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

9.170 New

(Under construction.)

Synopsis

 
procedure New (var P: any Pointer);
or
 
procedure New (var P: Pointer to a variant record; tag fields);
or
 
procedure New (var P: Pointer to a schema; discriminants);
or
 
procedure New (var P: Pointer to an object; constructor call);
or
 
function New (any Pointer type): same type;
or
 
function New (variant record Pointer type;
              tag fields): same type;
or
 
function New (schema Pointer type;
              discriminants): same type;
or
 
function New (object Pointer type;
              constructor call): same type;

Description

Conforming to

Example

See also



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