BitmapName
property (DataWindow object)
Description
Whether PowerBuilder interprets the column’s value as the name of
a picture file and displays the picture instead of the text.
BitmapName’s value is either Yes or No.
Applies to
Column controls
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.columnname.BitmapName |
Describe argument:
|
1 |
"columnname.BitmapName" |
Usage
In the painter
Select the control and set the value in the Properties view,
General tab, Display As Pic option.
Examples
|
1 2 |
ls_data = dw1.Object.emp_name.BitmapName ls_data = dw1.Describe("emp_name.BitmapName") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest