ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
MapPolyline (Type of variable)
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Multi-database queries
A query (typed in SQL code) can operate on different databases......
StringToJSON (Function)
Converts a JSON string into a JSON variable.
<Polygon2D variable>.Cover (Function)
Determines if geometry A (of type 2D polygon) covers geometry B.
<Polygon2D variable>.Contain (Function)
Determines if geometry A (of type 2D polygon) contains geometry B.
Point2D (Variable type)
The Point2D type is used to define all the characteristics of a location represented on a Cartesian plane.
<Word Processing>.Add (Function)
Adds at the end of a Word Processing control: an element, a document, a paragraph, a text, an image or a fragment.
Image (Property)
The Image property gets and sets the background image of a control or block.
9. Overlaying controls
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
Error 39: The END statement marking the end of declaration of the composite variable is missing
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
Information 302: Ambiguity between a variable and a control
Underline (Property)
The Underline property is used to: Find out whether a Font variable is underlined. Underline (or not) a Font variable....
Associating documents with the project
To describe a project in detail, you can associate documents with it......
xmlSignatureInformationKeyX509 (Type of variable)
The xmlSignatureInformationKeyX509 type is used to define the information that must be included in the KeyInfo section of the XML signature.
<zipArchive variable>.AddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.