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......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
Error (Function)
Displays a custom error message in a system error window.
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
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....
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
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....
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......
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min