ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NetEndServer (Function)
Stops an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV and started by NetStartServer. This function is kept for backward compatibility....
NetConnect (Function)
Connects to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
JSONToVariant (Example)
Usage example of the JSONToVariant function
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
ScanCapability (Function)
Used to determine if a scanner has a given capability.
HTransactionInProgress (Function)
Used to find out whether a transaction is in progress.
iSequencingAddXLS (Function)
Adds an XLS or XLSX document into a sequence of report print jobs.
HDescribeLink (Function)
Describes a link between two data files through programming.
iPreview (Example)
Usage example of the iPreview function
CertificateSignString (Function)
Creates the signature of a character string.
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
Automatic update (Network applications)
This step of the wizard allows managing the automatic updates of the applications from the reference server....
fRead (Example)
Usage example of the fRead function
docFormatting (Type of variable)
The docFormatting type is used to define the formatting characteristics of an element in a Word Processing document.
Diagram (Type of variable)
The Diagram type is used to define all the advanced characteristics of a diagram that can be edited in the Diagram Editor control.
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors are processed by the program....
Event (Example)
Usage example of the Event function
SysErrorMode (Function)
Modifies the display mode of errors.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Constants for encryption/compression
List of constants used by the encryption/compression functions...
zipExtractFile (Example)
Usage example of the zipExtractFile function
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
MatRead (Function)
Reads the value of a matrix element.