BackImage
property (DataWindow object)
Description
The column that contains the background image for an InkPicture
control in a DataWindow.
Applies to
InkPicture controls
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.inkpicname.BackImage |
Describe and Modify argument:
|
1 |
"inkpicname.BackImage{ = colname }" |
|
Parameter |
Description |
|---|---|
|
inkpicname |
The graph whose background color you want to get or |
|
colname |
A string value specifying the name of the long |
Usage
In the painter
Select the InkPicture control and set the value in the Properties
view, Definition tab, Col for Image property. The image format can be
JPEG, GIF, BMP, or ICO. If you change the image, call the
Retrieve method to force the DataWindow to retrieve the new
image.
Examples
|
1 2 |
sval = dw1.Object.inkpic_1.backimage dw1.Object.inkpic_1.backimage = 'InkImg' |