PreviousNextIndex

Progress.Lang.Object class

Progress.Lang.Object provides a common set of properties and methods that all classes inherit. This set of properties and methods let you write common code to use with any user-defined class.

Progress.Lang.Object is the root (ultimate super) class for all ABL classes and for all .NET classes referenced in an ABL session.

Constructors

PUBLIC Object( ) 

Super Class

This class does not inherit a super class.

Interfaces

This class does not implement interfaces (beyond those it inherits from its base class).

Public
Properties

Public
Methods

Public
Events


This class does not contain events.

Note

You typically use this class to define a variable or parameter to represent more than one user-defined class type. For example:


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex