Namespace: OpenEdge.Core
Class 
WidgetHandle
Parent classes:
Progress.Lang.Object

Inherits: Progress.Lang.Object

Copyright (c) 2013 by Progress Software Corporation. All rights reserved.
File:WidgetHandle
Purpose:Primitive class for widget-handle variables
Author(s):pjudge
Created:Tue Apr 19 09:47:07 EDT 2011
Notes:* Initial requirement for collections; having a class for the
primitive value means that we don't have to distinguish between
primitives and types, which makes the code more readable.




Method Summary
Options Name Purpose
# LOGICAL Equals (Object)
# CHARACTER ToString ()

Constructor Summary
Options Name Purpose
# WidgetHandle ()
# WidgetHandle (handle)

Property Summary
Options Name Purpose
# HANDLE Value


Method Detail
Top

PROTECTED LOGICAL Equals (Object)

Parameters:
p0 Progress.Lang.Object
Returns LOGICAL
Top

PROTECTED CHARACTER ToString ()

Returns CHARACTER


Constructor Detail
Top

PROTECTED WidgetHandle ()

Top

PROTECTED WidgetHandle (handle)

Parameters:
phValue HANDLE


Property Detail
Top

PROTECTED HANDLE Value

Returns HANDLE


10.27.2015 12:36:29