Name property
- Last Updated: April 19, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
(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.