ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLElementType (Function)
Returns the type of current element (tag or attribute).
htmlAttribute (Type of variable)
The htmlAttribute type is used to define all the advanced characteristics of an attribute of an element in an HTML document.
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
Italic (Property)
The Italic property is used to: Find out whether a Font variable is in italic type. Modify the italic attribute of a Font variable....
AttributeSerialize (Property)
The AttributeSerialize property gets the serialization name of the type according to its name and the <Serialize> extension attribute.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
Attribute (Property)
The Attribute property is used to manage attributes.
LDAPAddAttribute (Function)
Adds an attribute or adds a new value to an existing attribute.
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
<htmlNode variable>.RemoveAttribute (Function)
Removes a given attribute
HTMLRemoveAttribute (Function)
Removes a given attribute
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.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
LDAPDeleteAttribute (Function)
Deletes an attribute as well as its values.
LDAPDeleteAttributeValue (Function)
Deletes a value of a specified attribute.
LDAPNbValue (Function)
Returns the number of values for an attribute.
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
XMLNext (Function)
Positions on the next element (tag or attribute).
XMLPrevious (Function)
Positions on the previous element (tag or attribute).