ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gImage (Function)
Builds a sequence of characters containing an image.
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
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....
Constants for the archiving functions
List of constants used by the archiving functions....
SocketCreateBluetooth (Function)
Creates a socket using a Bluetooth device.
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
fResourceDir (Function)
Returns the path of the read-only resources of the application.
9. Types of standard controls
Types of standard controls...
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
Java application and WINDEV
A Java application is an application entirely compiled in Java......
Project description: Files tab
The project description window allows you to configure various elements of your project......
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
Creating a Java archive
When your Java application is developed, you can......
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....