Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : Name property
 

Name property

(Windows only; Graphical interfaces only)
The name of the control-frame and control-frame COM object.
Return type: CHARACTER
Access: Readable/Writeable
Applies to: CONTROL-FRAME widget, COM object
Setting this value changes the NAME attribute of the corresponding control-frame widget to the same value.
Note: References to COM object properties and methods extend the syntax used for referencing widget attributes and methods. For more information, see the Accessing COM object properties and methods.
Caution: If you change the value of this property at run time, any OCX event procedures that you have defined for a corresponding ActiveX control will not respond to control events because the events are sent with the new name.