Resizeable DataWindow object property
Description
Whether the user can resize the specified control.
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>.Resizeable |
Describe and Modify argument:
1 |
"<span>controlname</span>.Resizeable { = <span>value </span>}" |
Parameter |
Description |
---|---|
controlname |
The control within the DataWindow whose |
value |
A boolean number indicating whether controlname can Values are:
|
Usage
In the painter
Select the control and set the value in the Properties view, Position
tab.
When you make the control resizable, set the Border property
to the resizable border so the user knows it is resizable.
Examples
1 |
string setting |
1 |
setting = dw1.Object.graph_1.Resizeable |
1 |
dw1.Object.graph_1.Resizeable = 1 |
1 |
setting = dw1.Describe("graph_1.Resizeable") |
1 |
dw1.Modify("graph_1.Resizeable=1") |
1 |
dw1.Modify("bitmap_1.Resizeable=0") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments