AccessibleName DataWindow object property
Description
A label that briefly describes the control for use by accessibility
tools such as readers for visually–impaired users.
Controls
Column, computed field, picture, text, graph, group box, and
button controls
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.<span>controlname</span>.AccessibleName |
Describe and Modify argument:
1 |
"<span>controlname</span>.AccessibleName { = '<span>description </span>' }" |
Parameter |
Description |
---|---|
columnname |
The name of the control for which you |
description |
(exp) A string that |
Usage
The AccessibleName property is a brief description, such as
the text in a button or the name of a menu item.
In the painter
In the Other tab in the Properties view, type a name in the AccessibleName
text box.
Examples
1 |
dw1.Object.b_1.AccessibleName = 'Next' |
1 |
ls_data = dw1.Describe("b_1.AccessibleName") |
1 |
dw1.Modify("b_1.AccessibleName='Next'") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest