Height DataWindow object property
Description
The height of a control in the DataWindow.
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>.Height |
Describe and Modify argument:
1 |
"<span>controlname</span>.Height { = '<span> value</span> ' }" |
Parameter |
Description |
---|---|
controlname |
The control within the DataWindow whose |
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.empname.Height |
1 |
dw1.Object.empname.Height = 50 |
1 |
setting = dw1.Describe("empname.Height") |
1 |
dw1.Modify("empname.Height=50") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest