Powered by Zoomin Software. For more details please contactZoomin

OpenEdge ABL API Reference

OpenEdge.Core.IntegerArrayHolder

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

Inherits: Progress.Lang.Object
Implements: Ccs.Common.Support.IInt64ArrayHolder


Copyright (c) 2016, 2021, 2024 by Progress Software Corporation. All rights reserved.
File:IntegerArrayHolder
Purpose:OO holder for an array of integer or int64 values
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
  IntegerArrayHolder () /* Default Constructor */
  IntegerArrayHolder (int64[]) /* Constructor @param int64[] The Value array */
  IntegerArrayHolder (integer) /* Constructor. @param integer The size of the array. Must be >0 */
  IntegerArrayHolder (integer[]) /* Constructor @param integer[] The Value array */

Property Summary
  Options Name Purpose
  INT64 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

IntegerArrayHolder ()

/* Default Constructor
Top

IntegerArrayHolder (int64[])

/* Constructor
Parameters:
piValue INT64
 
Top

IntegerArrayHolder (integer)

/* Constructor.
Parameters:
pSize INTEGER
 
Top

IntegerArrayHolder (integer[])

/* Constructor
Parameters:
piValue INTEGER
 


Property Detail
Top

INT64 Value

Returns INT64
 


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