Next: , Previous: NEPad, Up: Reference



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

New is defined in ISO 7185 Pascal and supported by all known Pascal variants.

Example

See also