ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode...
New products brochure 28: WINDEV new products
New features in WINDEV 28 presented in the New Features brochure.
Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ...
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy...
General environment of WINDEV
Initializes the different SQL variables with information relative to the last query run.
Tutorial
A tutorial is delivered with WINDEV, WEBDEV and WINDEV Mobile...
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]...
Environment of the project editor
The main elements of the project editor are as follows:
(No title )
HState (Function)
Used to find out the state of a record.
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
Hint (Property)
The Hint property gets and sets the hint text displayed when the Edit control is empty.
ThreadCurrent (Function)
Returns the name of the thread currently run.
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed...
DDESend (Function)
Sends a data to the program connected via DDE.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
ControlCurrent (Function)
Returns the name of the control currently in edit.
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
HForward (Example)
Usage example of the HForward function
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account...
zipFindFile (Example)
Usage example of the zipFindFile function
dBlur (Function)
Blurs the entire given area: in an Image control, in an Image variable, in a WDPic variable...
HSetPosition (Example)
Usage example of the HSetPosition function
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open...
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations...
Type (Property)
The Type property is used to get: the type of element (data file or item) defined...
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings...
Extracting the text of the project
The following text can be extracted......
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control,...
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values...
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.