ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
WorksheetName (Property)
The WorksheetName property is used to get and change the name of a worksheet in an XLS document.
xlsSave (Function)
Saves an XLS document.
Style of a control
As soon as it is created, a control is associated with a style......
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
RightToLeft (Property)
The RightToLeft property is used to get and change the writing direction of an element...
The use of the Automation type in a site is reserved for the advanced users
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
How to save and retrieve an image in a binary memo
End of Document block
The End of document block is run once at the end of the report execution......
14. Controls in practice
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
Guide organization
Organization of WINDEV Concepts...
StyleID (Property)
The StyleID property is used to get and change the identifier of the style associated with an element.
File (Property)
The File property is used to manage the files a functionality applies to.
Report editor: Available types of reports
Several types of reports can be created in the report editor......
Data model editor: types of links
Several types of links can be found between the files......
16. Types of code
<ParallelTask variable>.Wait (Function)
Waits for the execution of a parallel task.
Handling a group of controls through programming
WINDEV, WEBDEV et WINDEV Mobile allow you to handle a group of controls through programming......
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
Border of controls
One of the most important elements of control style is its border......
Examples for using the OLE DB provider for HFSQL
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
FontBold (Property)
The FontBold property is used to manage bold style in a text.
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....