Name DataWindow object property
Description
The name of the control.
Controls
Button, Column, Computed Field, Graph, GroupBox, InkPicture,
Line, OLE, Oval, Picture, Rectangle, Report, RoundRectangle, TableBlob,
and Text controls
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.<span>controlname</span>.Name |
Describe argument:
1 |
"<span>controlname</span>.Name" |
Parameter |
Description |
---|---|
controlname |
The control for which you want the name. |
Usage
In the painter
Select the control and set the value in the Properties view, General
tab, Name option.
Examples
1 |
setting = dw1.Object.#4.Name |
1 |
setting = dw1.Describe("#4.Name") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest