ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
fCompare (Example)
Usage example of the fCompare function
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
Link functions
Link functions are used to link the interface with the data files (and vice versa). These functions are as follows:...
HState (Example)
Usage example of the HState function
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
SNMPStringToOID (Function)
Converts an OID from its text representation to its numeric representation.
fLongName (Example)
Usage example of the fLongName function
SocketRead (Function)
Retrieves a message sent by another socket.
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
HInfoLog (Function)
Returns information about the server logs.
xmlSignature (Variable type)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
FTPDate (Example)
Usage example of the FTPDate function
User authentication: User Groupware
WINDEV Tutorial: User Groupware User authentication: User Groupware - 20 min
HTransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.