ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.ReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.
<Source>.Forward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
<Source>.SeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
<Source>.Backward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
<Source>.Filter (Function)
Defines and enables a filter on a data file, view or query.
<Source>.ReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
<Source>.ReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
HConnect (Example)
Usage example of the HConnect function
Installing and starting WDTRAD
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
16. Application test in practice
<Source>.Optimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
<Source>.Out (Function)
Allows you to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
<Source>.ReadFirst (Function)
Sets the position on the first record according to a browse item.
<Source>.ReadNext (Function)
Sets the position on the next data file record according to a browse item.
XMLDocument (Function)
Creates a new XML document.