Setting graphical properties of an ActiveX control
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
In ABL you can set graphical properties of an ActiveX
control with the LOAD-PICTURE statement. The LOAD-PICTURE statement
takes a filename of a graphical object and returns a COM-HANDLE to
an OlePictureObject. For example, the Microsoft Image control
has a picture property that controls the image displayed in the
control. The type of this property is equivalent to an ABL COM-HANDLE.