Try OpenEdge Now
skip to main content
ABL Reference
Class, Interface, and Enumeration Reference
 

Class, Interface, and Enumeration Reference

This section contains reference entries that describe the built-in classes, interfaces, and enumerations supported in ABL, including both native ABL classes and interfaces and OpenEdge .NET classes and interfaces. For information on working with ABL classes and interfaces, see OpenEdge Development: Object-oriented Programming. For information on working with ABL enumerations, see the ENUM statement reference entry. For information on working with .NET classes and interfaces, see OpenEdge Development: GUI for .NET Programming.
The built-in ABL classes and interfaces support access to user-defined ABL classes and interfaces and also provide the foundation for structured error handling in ABL. They also support features of the ABL model for accessing .NET objects, including the handling of .NET exceptions using ABL structured error handling. For information on the properties and methods of these built-in ABL classes and interfaces, see the Class Properties and Methods Reference.
The built-in ABL enumerations support ABL's reflection capabilities. For example, the Progress.Reflect.AccessMode enumeration has Public, Protected, and Private members that can be used as parameters to specify the access mode of the class member(s) for which information is being requested. The entry for each built-in enumeration describes the members defined by that enumeration.
The built-in OpenEdge .NET classes and interfaces support ABL access to .NET objects. Some of the OpenEdge .NET classes extend Microsoft .NET classes. The reference entries for these classes list the OpenEdge built-in and extended properties, methods, and events that allow you to monitor and control the behavior of these class-based objects. For more information on the properties and methods listed for each OpenEdge .NET class and interface, see the Class Properties and Methods Reference. For more information on the .NET events listed for each OpenEdge .NET class, see the ClassEvents Reference in this manual. For information on the Microsoft .NET properties, methods, and events not listed in this manual for an extended Microsoft .NET class, see the .NET Framework class library.
ABL views all .NET classes and interfaces as ABL object types by treating the .NET root class, System.Object, as an immediate subclass of the ABL root class, Progress.Lang.Object. In this way, ABL merges the .NET type system with the ABL object type system, making the .NET type system act from within ABL as an extension of Progress.Lang.Object. However, .NET does not have any knowledge of the ABL type system. That is, ABL extends its own type system with .NET, but .NET does not recognize object types defined in ABL. For more information on ABL support for .NET types, see the Data types reference entry.
In addition to the OpenEdge .NET classes specifically referenced in this book, OpenEdge provides a set of third party .NET controls (OpenEdge Advanced UI Controls) for use with .NET forms and control containers. These Advanced UI Controls are supported for access as visual design objects in the Visual Designer of Progress Developer Studio for OpenEdge. For more information, see the appendix that lists these controls in OpenEdge Development: GUI for .NET Programming.
The following descriptions refer to both compile-time and run-time behavior, features that the language generally supports and determines at compile time and actions directed by using these features at run time. When describing ABL compile-time features or actions, ABL or the ABL compiler is the actor. When describing ABL or .NET actions taken at run time, the AVM (ABL Virtual Machine) or .NET (respectively) is the actor.
* OpenEdge.Web.WebHandler class
* OpenEdge.Web.WebResponseWriter class
* OpenEdge.Web.WebResponse class
* OpenEdge.Web.WebRequest class
* OpenEdge.Web.WebSpeedHandler class
* Progress.ApplicationServer.AdapterTypes enumeration
* Progress.BPM.BPMError class
* Progress.BPM.DataSlot class
* Progress.BPM.DataSlotTemplate class
* Progress.BPM.Filter.ITaskFilter interface
* Progress.BPM.Filter.TaskActivityFilter class
* Progress.BPM.Filter.TaskCreatorFilter class
* Progress.BPM.Filter.TaskDueDateFilter class
* Progress.BPM.Filter.TaskNameFilter class
* Progress.BPM.Filter.TaskPerformerFilter class
* Progress.BPM.Filter.TaskPriorityFilter class
* Progress.BPM.Filter.TaskProcessFilter class
* Progress.BPM.Filter.TaskProcessTemplateFilter class
* Progress.BPM.Filter.TaskTimeStartedFilter class
* Progress.BPM.Process class
* Progress.BPM.Task class
* Progress.BPM.UserSession class
* Progress.Data.BindingSource class
* Progress.Data.CancelCreateRowEventArgs class
* Progress.Data.ColumnPropDesc class
* Progress.Data.CreateRowEventArgs class
* Progress.Data.DataType enumeration class
* Progress.Data.InputValue class
* Progress.Data.OffEndEventArgs class
* Progress.Data.SortRequestEventArgs class
* Progress.Data.TableDesc class
* Progress.Database.TempTableInfo class
* Progress.Database.VSTTableId class
* Progress.IO.BinarySerializer class
* Progress.IO.FileInputStream class
* Progress.IO.FileOutputStream class
* Progress.IO.InputStream class
* Progress.IO.JsonSerializer class
* Progress.IO.OutputStream class
* Progress.Json.JsonError class
* Progress.Json.JsonParser class
* Progress.Json.JsonParserError class
* Progress.Json.ObjectModel.JsonArray class
* Progress.Json.ObjectModel.JsonConstruct class
* Progress.Json.ObjectModel.JsonDataType class
* Progress.Json.ObjectModel.JsonObject class
* Progress.Json.ObjectModel.ObjectModelParser class
* Progress.Lang.AppError class
* Progress.Lang.Class class
* Progress.Lang.Enum class
* Progress.Lang.Error interface
* Progress.Lang.FlagsEnum class
* Progress.Lang.LockConflict class
* Progress.Lang.Object class
* Progress.Lang.OERequestInfo class
* Progress.Lang.OEVersionInfo class
* Progress.Lang.ParameterList class
* Progress.Lang.ProError class
* Progress.Lang.SoapFaultError class
* Progress.Lang.Stop class
* Progress.Lang.StopAfter class
* Progress.Lang.StopError class
* Progress.Lang.SysError class
* Progress.Lang.UserInterrupt class
* Progress.Reflect.AccessMode enumeration
* Progress.Reflect.Constructor class
* Progress.Reflect.DataType enumeration
* Progress.Reflect.Event class
* Progress.Reflect.Flags enumeration
* Progress.Reflect.Method class
* Progress.Reflect.Parameter class
* Progress.Reflect.ParameterMode enumeration
* Progress.Reflect.Property class
* Progress.Reflect.Variable class
* Progress.Security.PAMStatus class
* Progress.Util.DateTimeHelper class
* Progress.Util.DecimalHelper class
* Progress.Util.EnumHelper class
* Progress.Util.ResourceHelper class
* Progress.Util.StringHelper class
* Progress.Util.TypeHelper class
* Progress.Web.IWebHandler interface
* Progress.Windows.Form class
* Progress.Windows.FormProxy class
* Progress.Windows.IForm interface
* Progress.Windows.MDIChildForm class
* Progress.Windows.MDIChildRadForm class
* Progress.Windows.MDIChildRadRibbonForm class
* Progress.Windows.MDIChildShapedForm class
* Progress.Windows.OERadForm class
* Progress.Windows.OERadRibbonForm class
* Progress.Windows.OEShapedForm class
* Progress.Windows.UserControl class
* Progress.Windows.WindowContainer class
* System.Exception class (OpenEdge-enhanced)