ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
SocketConnect (Function)
Connects a client computer to a given socket.
Private Store for mobile applications
There are two methods two deploy your applications......
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
WDInst: handling the files to install
By default, the files to install are......
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
OCRParameter (Function)
Initializes the general options of the native OCR (Optical Character Recognition) system.
Project Management Hub: New/Fixed incidents
To improve project monitoring, the Project Management Hub shows the evolution of new and fixed incidents over a given period of time, by one or multiple contributors......
<Page>.FromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Source>.CancelDeclaration (Function)
Allows you to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
BitcoinCore features
The Bitcoin functions that make handle a Bitcoin Core server possible include ......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Inserting a diagram in a help page
You can insert a diagram created with the Diagram Editor into a help page......
SocketWrite (Function)
Writes a message intended to another socket.
Python: Native calls
WLanguage allows for native Python calls......
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.