ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Z-index of a control
All the controls in a window or report have a different z-index......
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
Using WDDIXIO
To translate the text used in your project:...
WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV server......
10. Customizing the aspect of a site: skin elements
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
Conversion (Function)
Converts a value from a unit to another one.
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
ToolbarVisible (Property)
The ToolbarVisible property is used to: know if the toolbar or the ribbon is displayed in a control. show or hide the toolbar or the ribbon in a control....
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
HChangeName (Function)
Modifies the physical name of a data file.
Declaring and using a variable
A variable is defined by name and type......
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).