Powerbuilder DataWindow User Guide

Y1, Y2 – PB Docs 125

Y1, Y2 DataWindow object property Description The distance of each end of the specified line from the top of the line’s band. Controls Line controls Syntax PowerBuilder dot notation:

Describe and Modify argument:

Parameter Description controlname The name of the line for which you want to get or set one of the y…

X – PB Docs 125

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:

Describe and Modify argument:

Parameter Description controlname The name of the control for…

X1, X2 – PB Docs 125

X1, X2 DataWindow object property Description The distance of each end of the specified line from the left edge of the line’s band. Controls Line controls Syntax PowerBuilder dot notation:

Describe and Modify argument:

Parameter Description controlname The name of the line for which you want to get or set one of the…

Y – PB Docs 125

Y DataWindow object property Description The distance of the specified control from the top of the control’s band. Controls Button, Column, Computed Field, Graph, GroupBox, OLE, Oval, Picture, Rectangle, Report, RoundRectangle, TableBlob, and Text controls Syntax PowerBuilder dot notation:

Describe and Modify argument:

Parameter Description controlname The name of the control for which…

Width.Autosize – PB Docs 125

Width.Autosize DataWindow object property Description (RichText presentation style only) Whether the column or computed field input field adjusts its width according to the data it contains. The Width.Autosize and Multiline properties can be set together so that the input field can display multiple lines. Controls Column and Computed Field controls in the RichText presentation style…

Width – PB Docs 125

Width DataWindow object property Description The width of the specified control. Controls Button, Column, Computed Field, Graph, GroupBox, OLE, Oval, Picture, Rectangle, Report, RoundRectangle, TableBlob, and Text controls Syntax PowerBuilder dot notation:

Describe and Modify argument:

Parameter Description controlname The name of the control for which you want to get or set the…

VTextAlign – PB Docs 125

VTextAlign DataWindow object property Description The way text in a button is vertically aligned. Controls Button controls Syntax PowerBuilder dot notation:

Describe and Modify argument:

Parameter Description buttonname The name of the button for which you want to align text. value An integer indicating how the button text is horizontally aligned. Values are:…

Visible – PB Docs 125

Visible DataWindow object property Description Whether the specified control in the DataWindow is visible. Controls Button, Column, Computed Field, Graph, GroupBox, Line, OLE, Oval, Picture, Rectangle, Report, RoundRectangle, TableBlob, and Text controls Syntax PowerBuilder dot notation:

Describe and Modify argument:

Parameter Description controlname The name of the control for which you want to…

Using point and click – PB Docs 90

Using point and click Users can click graphs during execution. The DataWindow control provides a method called ObjectAtPointer that stores information about what was clicked. You can use this method in a number of ways in mouse events. For example, with the ObjectAtPointer information, you can call other graph methods to report to the user…

Using point and click – PB Docs 80

Using point and click Users can click graphs during execution. The DataWindow control provides a method called ObjectAtPointer that stores information about what was clicked. You can use this method in a number of ways in mouse events. For example, with the ObjectAtPointer information, you can call other graph methods to report to the user…