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:
dw_control.Object.columnname.BitmapName
Describe argument:
"columnname.BitmapName"
Usage
In the painter
Select the control and set the value in the Properties view, General tab, Display As Pic option.
Examples
ls_data = dw1.Object.emp_name.BitmapName ls_data = dw1.Describe("emp_name.BitmapName")