Node: Dispose, Next: , Previous: Discard, Up: Reference



Dispose

(Under construction.)

Synopsis

     Dispose (PointerVar: Pointer);
or
     Dispose (PointerVar: Pointer; tag_field_values);
or
     Dispose (ObjectPointerVar: Pointer; destructor_call);

Description

Conforming to

Dispose is defined in ISO 7185 Pascal and supported by most known Pascal variants, but not by UCSD Pascal. Its use for objects is a Borland Pascal extension.

Example

See also