GetAttributeValue Syntax
4
Description
Returns the string value of the PBDOM_ATTRIBUTE object (within a
PBDOM_ELEMENT object) with the specified name. If no such
PBDOM_ATTRIBUTE exists, the default value is returned.
Syntax
|
1 |
pbdom_element_name.GetAttributeValue(string strAttributeName, string strDefaultValue) |
|
Argument |
Description |
|---|---|
|
pbdom_element_name |
The name of a PBDOM_ELEMENT object |
|
strAttributeName |
The name of the attribute whose value is to be |
|
strDefaultValue |
Default string value to return if the attribute |
Return value
String.
The string value of the PBDOM_ATTRIBUTE object specified in
strAttributeName. If no such object exists, the
GetAttributeValue method returns the string provided in
strDefaultValue.
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest