Setting graphical properties of an ActiveX control
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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.