ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
BackgroundImageLine (Property)
The BackgroundImageLine property is used to get and change the background image of each row: of a Table control, of a TreeView Table control, of a Looper control....
5. Loops
WEBDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
HRecreateSubscriberReplica (Function)
Re-creates the description file of a subscriber replica (universal replication only) according to the information of the master replica (.RPM and.SYN files).
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
1. The WINDEV Framework
Compatibility between external components and deployed applications
A component can evolve in many ways......
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
The structure of the file for remote control
The management of remote control uses a file in INI format......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
5. User Groupware in practice
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
4. Conditional statements
WEBDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
5. Loops
WINDEV Mobile Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
Native SQLite Connector
WINDEV and WEBDEV propose a Native Connector to SQLite. This Native Connector allows you to access an SQLite database from a WLanguage program without using an external driver....
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....