X DataWindow object property
Description
The distance of the specified control from the left edge of
the DataWindow object.
Controls
Button, Column, Computed Field, Graph, GroupBox, OLE, Oval,
Picture, Rectangle, Report, RoundRectangle, TableBlob, and Text
controls
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.<span>controlname</span>.X |
Describe and Modify argument:
1 |
"<span>controlname</span>.X { = '<span> value </span>' }" |
Parameter |
Description |
---|---|
controlname |
The name of the control for which you |
value |
(exp) An integer |
Usage
In the painter
Select the control and set the value in the Properties view, Position
tab.
Examples
1 |
string setting |
1 |
setting = dw1.Object.emp_name.X |
1 |
dw1.Object.emp_name.X = 10 |
1 |
setting = dw1.Describe("emp_name.X") |
1 |
dw1.Modify("emp_name.X=10") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments