ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Chart>.AddData (Function)
Adds a data into a chart.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ......
DateToDay (Function)
Returns the day that corresponds to a given date.
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
Type and version of Web server
The configuration diagnostic displays the following error......
Programming the looper attributes
All the looper attributes can be handled by programming......
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
CalendarSelect (Function)
Returns the date selected in a Calendar control.
Compression (Property)
The Compression property gets and sets the data compression mode.
HTMLInsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
HTMLModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
<htmlNode variable>.InsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
<htmlNode variable>.ModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
LastDayOfYear (Function)
Returns the date of the last day of the year.
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.