ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV 2024: New features in this version
Here are the new features that you will discover in this version......
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
DynamicServingConfigure (Function)
Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages to display.
<gglConnection variable>.FillCalendarByRequest (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved from a custom request.
<Table>.DisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
OpenAsynchronous (Function)
Opens a window whose result will be retrieved via a WLanguage procedure ("callback").
Preventing the use of the browser's "Back" button
If the browser "Back" button is used to display the previous page, this action will have no effect......
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
tapiDevice (Function)
Selects the TAPI device that will be used during the following telephony operations: tapiDial, tapiListen....
<Window>.OpenAsynchronous (Function)
Opens a window whose result will be retrieved via a WLanguage procedure ("callback").
FillCharacter
The Property Filling Character allows you to know and modify the character used to fill an element.
HintTextColor (Property)
The HintTextColor property is used to get and change the hint text color of an Edit control.
WINDEV 2024
Setting the initial focus to a control (AAF)
The context menu of Edit controls includes the option "Set initial focus to this control"......
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
16. Application test in practice
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......
Voice commands in the environment
The environments of WINDEV, WEBDEV and WINDEV Mobile respond to the voice commands......
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
Outstanding progress bars
Simple or symmetric progress bar?...
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......