OpenEdge.Core.ObjectArrayHolder
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| 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
CHARACTER ToString ()
|
||||||||
|---|---|---|---|---|---|---|---|---|
Constructor Detail
ObjectArrayHolder ()
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
ObjectArrayHolder (integer)
|
||||||||||||
ObjectArrayHolder (Object[])
|
||||||||||||
Property Detail
Progress.Lang.Object Value
|
||||||||
|---|---|---|---|---|---|---|---|---|