Powered by Zoomin Software. For more details please contactZoomin

OpenEdge ABL API Reference

OpenEdge.Core.ObjectArrayHolder

  • Last Updated: January 15, 2026
  • 1 minute read
    • OpenEdge
    • Documentation
Namespace: OpenEdge.Core
Type: Class ObjectArrayHolder
Parent Classes:
Progress.Lang.Object

Inherits: Progress.Lang.Object
Implements: OpenEdge.Core.IObjectArrayHolder


Copyright (c) 2016, 2018, 2021, 2024 by Progress Software Corporation. All rights reserved.
File:ObjectArrayHolder
Purpose:OO holder for an array of objects
Author(s):pjudge
Created:2016-08-01



Method Summary
  Options Name Purpose
  LOGICAL Equals (Object) /* Check equality between an instance of this class and another object. Equality can mean the same object reference ID or identical extents with the same values in the same sequence. Comparison must be made between another object instance which implements the same interface. @param Object The object to compare to this instance @return logical */
  CHARACTER ToString ()

Constructor Summary
  Options Name Purpose
  ObjectArrayHolder () /* Default constructor */
  ObjectArrayHolder (integer) /* Constructor. @param integer The size of the array. Must be >0 */
  ObjectArrayHolder (Object[]) /* Constructor @param Object[] An array of objects to 'hold' */

Property Summary
  Options Name Purpose
  Progress.Lang.Object Value


Method Detail
Top

LOGICAL Equals (Object)

/* Check equality between an instance of this class and another object.
Equality can mean the same object reference ID or identical extents
with the same values in the same sequence. Comparison must be made
between another object instance which implements the same interface.
Parameters:
PO Progress.Lang.Object
 
Returns LOGICAL
  logical
Top

CHARACTER ToString ()

Returns CHARACTER
 


Constructor Detail
Top

ObjectArrayHolder ()

/* Default constructor
Top

ObjectArrayHolder (integer)

/* Constructor.
Parameters:
pSize INTEGER
 
Top

ObjectArrayHolder (Object[])

/* Constructor
Parameters:
pValue Progress.Lang.Object
 


Property Detail
Top

Progress.Lang.Object Value

Returns Progress.Lang.Object
 


TitleResults for “How to create a CRG?”Also Available inAlert