ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Execute (Function)
Starts the execution of a process through programming.
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Document (Type of variable)
The Document type is used to handle a "docx" document.
Interactions between a Flash® animation and WEBDEV
A Flash® animation can be used to display information in the controls of a WEBDEV page......
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
The Flex control
The Flex control is used to display a Flash® animation created by a Flex editor in a WEBDEV page......
SysRecentDocAdd (Function)
Adds a file into the list of recently opened documents.
2. Analysis in practice
Creating an executable: General options
The main executable options are as follows......
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
diagShape (Type of variable)
The diagShape type is used to define all the advanced characteristics of the original shape used in a diagram.
Optimizing the connection times to the HFSQL Client/Server databases
This help page explains how to optimize the connection times to the HFSQL Client/Server databases by limiting the network traffic......
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
WDInst: components and setup models
By default, the setup program installs all the specified files on the setup computer......
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
Service variable
The Service variable is used to......
Organization chart linked to a data file
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min