Moveable DataWindow object property
Description
Whether the specified control in the DataWindow can be moved
at runtime. Moveable controls should be in the DataWindow’s
foreground.
Controls
Button, Column, Computed Field, Graph, GroupBox, Line, OLE,
Oval, Picture, Rectangle, Report, RoundRectangle, TableBlob, and
Text controls
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.<span>controlname</span>.Moveable |
Describe and Modify argument:
1 |
"<span>controlname</span>.Moveable { = <span>number</span> }" |
Parameter |
Description |
---|---|
controlname |
The control within the DataWindow for |
number |
A boolean number specifying whether the Values are:
|
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.bitmap_1.Moveable |
1 |
dw1.Object.bitmap_1.Moveable = 1 |
1 |
setting = dw1.Describe("bitmap_1.Moveable") |
1 |
dw1.Modify("bitmap_1.Moveable=1") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments