ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
Programming the looper attributes
All the looper attributes can be handled by programming......
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....
XMLElementType (Function)
Returns the type of current element (tag or attribute).
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
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.
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
AttributeSerialize (Property)
The AttributeSerialize property gets the serialization name of the type according to its name and the <Serialize> extension attribute.
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
Attribute (Property)
The Attribute property is used to manage attributes.
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
List of extension attributes
The list of extension attributes ......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Operations performed on class diagrams
The following paragraphs explain......
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
LDAPAddAttribute (Function)
Adds an attribute or adds a new value to an existing attribute.
HTMLRemoveAttribute (Function)
Removes a given attribute
<htmlNode variable>.RemoveAttribute (Function)
Removes a given attribute
Properties associated with the attributes of a Looper control
The attributes of a Looper control found in a window or in page can be handled by the WLanguage properties......