Powered by Zoomin Software. For more details please contactZoomin

OpenEdge ABL API Reference

OpenEdge.Core.MemptrArrayHolder

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

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


/* *************************************************************************************************************************
Copyright (c) 2016,2021,2024-2025 by Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
File:MemptrArrayHolder
Purpose:OO holder for an array of datetime 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 */

Constructor Summary
  Options Name Purpose
  MemptrArrayHolder () /* Default Constructor */
  MemptrArrayHolder (integer) /* Constructor. @param integer The size of the array. Must be >0 */
  MemptrArrayHolder (memptr[]) /* Constructor @param memptr[] The Value array */

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


Constructor Detail
Top

MemptrArrayHolder ()

/* Default Constructor
Top

MemptrArrayHolder (integer)

/* Constructor.
Parameters:
pSize INTEGER
 
Top

MemptrArrayHolder (memptr[])

/* Constructor
Parameters:
pValue MEMPTR
 


Property Detail
Top

MEMPTR Value

Returns MEMPTR
 


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