X1, X2
Description
The distance of each end of the specified line from the left edge
of the line’s band.
Applies to
Line controls
Syntax
PowerBuilder dot notation:
|
1 2 |
dw_control.Object.controlname.X1 dw_control.Object.controlname.X2 |
Describe and Modify argument:
|
1 2 |
"controlname.X1 { = ' value ' }" "controlname.X2 { = ' value ' }" |
|
Parameter |
Description |
|---|---|
|
controlname |
The name of the line for which you want to get or |
|
value |
(exp) An integer specifying the x coordinate of the |
Usage
In the painter
Select the control and set the value in the Properties view,
Position tab.
Examples
|
1 2 3 4 5 6 7 |
string setting setting = dw1.Object.line_1.X1 dw1.Object.line_1.X1 = 10 dw1.Object.line_1.X2 = 1000 setting = dw1.Describe("line_1.X1") dw1.Modify("line_1.X1=10") dw1.Modify("line_1.X2=1000") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest