BackImage DataWindow object property
Description
The column that contains the background image for an InkPicture
control in a DataWindow.
Controls
InkPicture controls
Syntax
PowerBuilder dot notation:
|
1 |
<span>dw_control</span>.Object.<span>inkpicname</span>.BackImage |
Describe and Modify argument:
|
1 |
"<span>inkpicname</span>.BackImage{ = <span>colname</span> }" |
|
Parameter |
Description |
|---|---|
|
inkpicname |
The graph whose background color you |
|
colname |
A string value specifying the name of |
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 |
sval = dw1.Object.inkpic_1.backimage<br>dw1.Object.inkpic_1.backimage = 'InkImg' |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest