The name of the control.
Button, Column, Computed Field, Graph, GroupBox, InkPicture, Line, OLE, Oval, Picture, Rectangle, Report, RoundRectangle, TableBlob, and Text controls
PowerBuilder dot notation:
dw_control.Object.controlname.Name
Describe argument:
"controlname.Name"
Parameter |
Description |
---|---|
controlname |
The control for which you want the name. For columns, you can specify the column number preceded by #. |
Select the control and set the value in the Properties view, General tab, Name option.
setting = dw1.Object.#4.Name
setting = dw1.Describe("#4.Name")