ActiveX objects
- Last Updated: May 5, 2023
- 2 minute read
- OpenEdge
- Version 12.2
- Documentation
The OCX controls are usually referred to as ActiveX controls. These controls are self-contained units of functionality and content that are independent of the application in which they are used.
An ActiveX Control is defined in a special dynamic link library with an OCX extension or Object Component Extension. The ActiveX Controls include a wide variety of user interface components that are not available as native ABL widgets, such as spin box, enhanced combo box, and various dialog, meter, Internet-enabled, and picture controls.
The OCX section includes the following options:
OCX |
Displays the Choose Control dialog which allows you to select an ActiveX control from the list. |
CSSpin |
Inserts an ActiveX spin control. Spin control allows you to set an Integer value. You can choose the upper or lower bounds of the range and the increment or decrement value. |
CSCombo |
Inserts an ActiveX combo box. |
PSTimer |
Inserts a timer that generates an event at some
regular interval that you specify in milliseconds. The default value
is set to 0. The minimum configurable PSTimer value
is 0 and the maximum configurable PSTimer value is
the same as C long value (2147483647). You can set
the value to 0 to stop and any value above
0 to start the PSTimer. For more information, refer to Timer control (PSTimer). |
For more information, see Types of objects
OCX
CSSpin
CSCombo
PSTimer