ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintArea (Function)
Prints a text in a rectangular area.
iPrintAreaMarkdown (Function)
Prints Markdown text in a rectangular area.
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, tables, items, components, assemblies, Custom-Folders, etc.)...
Looper control based on a data file
This type of Looper control uses data from a data file or query......
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
Push notification: Android configuration (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using the Firebase platform (instead of Google Cloud Messaging)......
The different WEBDEV Application Servers
WEBDEV includes several WEBDEV Application Servers......
Copying controls from the page editor
The controls can be copied from the page editor......
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
The Social Network control
The "Social network" control is a toolbar containing icons used to establish the link to the main social networks of the Web......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
Global and local variable
Two types of variables are available......
Managing the replications of HFSQL servers (Control Center)
The HFSQL Control Center is used to create, configure and manage the replications between HFSQL servers....
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
zipCreateExe (Example)
Usage example of the zipCreateExe function
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
fMakeDir (Example)
Usage example of the fMakeDir function
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Error 305: The element does not exist in the window
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
The "Stock" charts
The Stock charts are used to represent the variations in the values of shares......
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.