ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Checkers available in the code editor
The code editor proposes several tools used to correct the code......
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
<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>.ReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
<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).
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a site......
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
Installing and starting WDTRAD
WDTRAD options
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
hbReading (Type of variable)
The hbReading type is used to define the characteristics of a read operation.
API (Function)
Runs a function found in an external DLL.
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
<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>.ReadFirst (Function)
Sets the position on the first record according to a browse item.
<Source>.Found (Function)
Checks whether the current record corresponds to the current filter or search.
HOptimize (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.
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
FramesetUse (Function)
Displays a WEBDEV frameset in the user's browser and closes all the current page and frameset contexts....
Miscellaneous WEBDEV functions
List of various WEBDEV functions...
Installing and starting WDTRAD
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.