Height
property (DataWindow object)
Description
The height of a control in the DataWindow.
Applies to
Button, Column, Computed Field, Graph, GroupBox, OLE, Oval,
Picture, Rectangle, Report, RoundRectangle, TableBlob, and Text
controls
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.controlname.Height |
Describe and Modify argument:
|
1 |
"controlname.Height { = ' value ' }" |
|
Parameter |
Description |
|---|---|
|
controlname |
The control within the DataWindow whose height you |
|
value |
(exp) An integer specifying the height 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 |
string setting setting = dw1.Object.empname.Height dw1.Object.empname.Height = 50 setting = dw1.Describe("empname.Height") dw1.Modify("empname.Height=50") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest