LOAD-PICTURE statement
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
(Windows only; Graphical interfaces only)
Returns a COM-HANDLE to an OlePictureObject. You can use this COM-HANDLE to set graphical properties of controls.
Note: Does not apply to SpeedScript programming.
Syntax
|
- image
- A CHARACTER expression representing the name of the graphical file. This file can have one of the following extensions: .BMP, .EMF, .ICO, .CUR, .DIB. If the filename is not fully qualified, LOAD-PICTURE searches for a matching file on the user's path. The filename can contain Unicode characters. See Internationalize ABL Applications for more information about Unicode.
Example
The following program fragment illustrates the use of the LOAD-PICTURE statement:
|