ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
fMemWait (Function)
Waits for the end of process about the notifications of modification of a shared memory area.
awSendAndGetInfo (Function)
Sends data from an iOS phone to an Apple Watch (or conversely) while expecting a response.
FTPSend (Example)
Usage example of the FTPSend function
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
SQLSeek (Function)
Positions on the specified result row of the query.
fOpenTempFile (Function)
Creates and opens a temporary file.
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
awSendInfo (Function)
Sends an information from an iOS phone to an Apple Watch (or conversely).
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
The Check Box control
A Check Box can correspond to......
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
Handling Spreadsheet controls programmatically (in a report)
ChangeTarget (Function)
Changes the target of a button action.
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......