ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
Properties associated with the options of a Switch control
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
Reintegrating translated text into a project
Once the translation of framework libraries ("......
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
Internal component
An internal component is a set of elements from a project......
GglUploadDocument (Function)
Uploads a document to the Google server.
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
AutoLineWrap (Property)
The AutoLineWrap property is used to: determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control. set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control....
SQLConnect (Example)
Usage example of the SQLConnect function
Time management
For each element (windows, reports, ......
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
LDAPReplaceAttributeValue (Function)
Replaces a specific value of an attribute by a new value.
HConnect (Example)
Usage example of the HConnect function
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
The Range Slider control
The Range Slider control is used to easily select an interval or a zoom......
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.