Units DataWindow object property
Description
The unit of measure used to specify measurements in the DataWindow
object. You set this in the DataWindow Style dialog box when you
define the DataWindow object.
Controls
DataWindows
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.DataWindow.Units |
Describe argument:
1 |
"DataWindow.Units" |
DataWindowSyntaxFromSql:
1 |
DataWindow ( Units = <span>value</span> ) |
Parameter |
Description |
---|---|
value |
The type of units for measurements in Values are:
|
Usage
PowerBuilder units and display pixels are adjusted for printing.
In the painter
Select the DataWindow by deselecting all controls; then set the
value in the Properties view, General tab, Units option.
Examples
1 |
string setting |
1 |
setting = dw1.Object.DataWindow.Units |
1 |
setting = dw1.Describe("DataWindow.Units") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments