ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
SocketWrite (Function)
Writes a message intended to another socket.
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
Information 2105: This function was renamed
Information 2103: 'Double' does not exist anymore: the reals are coded on 8 bytes
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
WinAnimationNext (Function)
Modifies the type and duration of animations used when opening and closing the next window.
SCM file format evolutions
Four versions are available for the SCM repository......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
SocketClose (Function)
Closes a socket or a connection to a server socket.
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
XML management: Use example
This application example manages an XML file named "Orders......
Recycle code windows
By default, a single code window is opened per ......
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......