OpenEdge.Core.LongcharArrayHolder
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- Documentation
|
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 | |
|---|---|---|---|
| LongcharArrayHolder () |
/* Default Constructor */
|
||
| LongcharArrayHolder (character[]) |
/* Constructor
@param character[] The Value array */
|
||
| LongcharArrayHolder (integer) |
/* Constructor.
@param integer The size of the array. Must be >0 */
|
||
| LongcharArrayHolder (longchar[]) |
/* Constructor
@param longchar[] The Value array */
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| LONGCHAR Value |
|
Method Detail
LOGICAL Equals (Object)
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor Detail
LongcharArrayHolder ()
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
LongcharArrayHolder (character[])
|
||||||||||||
LongcharArrayHolder (integer)
|
||||||||||||
LongcharArrayHolder (longchar[])
|
||||||||||||
Property Detail
LONGCHAR Value
|
||||||||
|---|---|---|---|---|---|---|---|---|