Tag DataWindow object property
Description
The tag value of the specified control. The tag value can
be any text you see fit to use in your application.
Controls
Button, Column, Computed Field, Graph, GroupBox, Oval, Picture,
Rectangle, Report, RoundRectangle, TableBlob, and Text controls
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.<span>controlname</span>.Tag |
Describe and Modify argument:
1 |
"<span>controlname</span>.Tag { = '<span> string</span> ' }" |
Parameter |
Description |
---|---|
controlname |
The name of a control in the DataWindow. |
string |
(exp) A string specifying |
Usage
In the painter
Select the control and set the value in the Properties view, General
tab, Tag option.
Examples
1 |
setting = dw1.Object.blob_1.Tag<br>dw1.Object.graph_1.Tag = 'Graph of results' |
1 |
setting = dw1.Describe("blob_1.Tag")<br>dw1.Modify("graph_1.Tag = 'Graph of results'") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest