Text
property (DataWindow object)
Description
The text of the specified control.
Applies to
Button, GroupBox, and Text controls
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.textname.Text |
Describe and Modify argument:
|
1 |
"textname.Text { = ' string ' }" |
|
Parameter |
Description |
|---|---|
|
textname |
The name of a control in the |
|
string |
(exp) A string specifying the text for textname. To |
Usage
In the painter
Select the control and set the value in the Properties view,
General tab, Text option.
Examples
|
1 2 3 4 |
setting = dw1.Object.text_1.Text dw1.Object.text_1.Text = "Employee &Name" setting = dw1.Describe("text_1.Text") dw1.Modify("text_1.Text='Employee &Name'") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest