Units
property (DataWindow object)
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.
Applies to
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.Units |
Describe argument:
|
1 |
"DataWindow.Units" |
SyntaxFromSql:
|
1 |
DataWindow ( Units = value ) |
|
Parameter |
Description |
|---|---|
|
value |
The type of units for measurements in the Values are: 0 — 1 — Display pixels 2 3 — 1/1000 of a logical |
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 2 3 |
string setting setting = dw1.Object.DataWindow.Units setting = dw1.Describe("DataWindow.Units") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest