ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
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.
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
2. Projects in practice
Discover the main operations that can be performed on a project....
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
iParameterPDF (Function)
Defines the options for the generated PDF file.
gglInstantMessaging (Type of variable)
The gglInstantMessaging type is used to describe and modify the characteristics of the instant messaging used by a contact...
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
ExecuteAncestor (Function)
When the code is overridden, used to run the process of the template corresponding to the process of the current control.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
Copying controls from the window editor
The controls can be copied from the window editor......
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
Events associated with List Box controls
List of events associated with List Box controls...
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.