Description
The name of the control.
Applies to
Button, Column, Computed Field, Graph, GroupBox, InkPicture, Line, OLE, Oval, Picture, Rectangle, Report, RoundRectangle, TableBlob, and Text controls
Syntax
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 #. |
Usage
In the painter
Select the control and set the value in the Properties view, General tab, Name option.
Examples
setting = dw1.Object.#4.Name setting = dw1.Describe("#4.Name")