ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LDAPRenameAttribute (Function)
Renames an attribute.
<htmlNode variable>.ModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
HTMLModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
LDAPDeleteAttributeValue (Function)
Deletes a value of a specified attribute.
LDAPDeleteAttribute (Function)
Deletes an attribute as well as its values.
LDAPNbValue (Function)
Returns the number of values for an attribute.
XMLNext (Function)
Positions on the next element (tag or attribute).
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
LDAPReplaceAttribute (Function)
Replaces all the values of an attribute by a specific value.
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
Error 203: The procedure already has a scope attribute (local or global)
XMLElementName (Function)
Returns the name of current element (tag or attribute).
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
LDAPReplaceAttributeValue (Function)
Replaces a specific value of an attribute by a new value.
AttributeMapping (Property)
The AttributeMapping property gets the value of the <Mapping> extension attribute.
AttributeNote (Property)
The AttributeNote property gets the value of the <Note> extension attribute.
<htmlDocument variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document.
<htmlNode variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML node.
<xsdEntity variable>.AddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
<htmlDocument variable>.FindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML document.
1
2
3
4
5
6
223
>