OpenEdge.Core.WidgetHandle
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| INTEGER CompareTo (IHandleHolder) |
/* Comparison method, used by SortedSet's default comparer
- If the returned value is less than 0 (zero), then the current object sorts before the object passed in.
- If the returned value equals 0 (zero) , then the current object occupies the same position in the sort order.
- If the returned value is greater than 0(zero), then the current object sorts after the object passed in.
- If either object's Value is the unknown value (?), then that sorts high/early/before
@param IHandleHolder The object to compare to.
@return integer 0 = same object
+1 = sorts after
-1 = sorts before */
|
||
| LOGICAL Equals (Object) |
|
||
| INTEGER HashCode () |
/* Hashing method for creating a proper index for use with Progress.Collections.HashMap
@return integer Result of the hash-code method using this object's comparable value(s) */
|
||
| CHARACTER ToString () |
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| WidgetHandle () |
|
||
| WidgetHandle (handle) |
|
||
| WidgetHandle (handle, logical) |
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL AutoDestroy |
|
||
| HANDLE Value |
|
Method Detail
INTEGER CompareTo (IHandleHolder)
|
||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL Equals (Object)
|
||||||||||||||||||||||||||||
INTEGER HashCode ()
|
||||||||||||||||||||||||||||
CHARACTER ToString ()
|
||||||||||||||||||||||||||||
Constructor Detail
WidgetHandle () |
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
WidgetHandle (handle)
|
||||||||||||||
WidgetHandle (handle, logical)
|
||||||||||||||
Property Detail
LOGICAL AutoDestroy
|
||||||||
|---|---|---|---|---|---|---|---|---|
HANDLE Value
|
||||||||