ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
aiNeuralNetworkModel (Type of variable)
The aiNeuralNetworkModel type is used to define all the advanced characteristics of a neural network used by AIDetectModel.
TwainToBMP (Function)
Allows you to perform one of the following actions: save the document coming from the Twain device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user interface of the device. save the document coming from the Twain device directly in memory in Bitmap format (in a buffer)....
EventOpen (Function)
Opens a synchronization event between several threads.
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
2. Development
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
HSynchronizeReplica (Function)
Synchronizes master and subscriber replicas: operations performed on one replica are transferred to the other.
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
Replication functions
Three types of replication are proposed......
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
HInitSubscriber (Function)
Initializes the range of automatic identifiers for the description file of subscriber replica (".rpl" extension).
TreeSelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control).
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.