Oberon || Library || Module Index || Search Engine || Definition || Module


Ulm's Oberon Library:
Objects


NAME

Objects - common base of record types

SYNOPSIS

TYPE Object = POINTER TO ObjectRec;
TYPE ObjectRec = RECORD END;

DESCRIPTION

ObjectRec is an empty record and serves as common base of all record types of the library.
Edited by: borchert, last change: 90/08/31, revision: 1.1, converted to HTML: 1997/04/28

Oberon || Library || Module Index || Search Engine || Definition || Module