ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
<Image variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image variable.
<xsdEntity variable>.AddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
<WDPic variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a WDPic variable.
<picLayer variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a picLayer variable.
<Email variable>.ImportSource (Function)
Fills an Email variable using the content of its Source property.
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
PicSave (Function)
Saves the image found: in an Image Editor control. in a WDPic variable....
Input (Function)
Displays a message allowing the user to type an information.
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
HCS.Timeout (Variable)
The HCS.Timeout variable is used to modify the connection timeout: for the connections established by HOpenConnection. for the automatic connection openings....
Reals
Multiline strings
To type character strings over several lines in the code editor...
Composite chart
A composite chart is a chart that displays several types of charts......
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
AttributeSerialize (Property)
The AttributeSerialize property gets the serialization name of the type according to its name and the <Serialize> extension attribute.
<xlsDocument variable>.Close (Function)
Closes an XLS file.
<xlsDocument variable>.DeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
<xlsDocument variable>.AddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
<htmlDocument variable>.ChercheElémentParID (Function)
Searches for the element whose "ID" attribute matches a specific value in an HTML document.
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....