ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
1. Examples provided with WINDEV Mobile
7. Source Code Manager (SCM)
End of break block
The End of break block is optional......
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
CountryGet (Function)
Returns the Country variable corresponding to an ISO code or to the country caption according to ISO 3166-1.
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
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....
TapToFocus (Property)
The TapToFocus property is used to: Determine if tap to focus is enabled in a Camera control. Enable or disable tap to focus in a Camera control....
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
MDITop (Property)
The MDITop property is used to determine and change the distance between the top border of the MDI parent window and the top border of the MDI area.
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
MatMultiply (Function)
Multiplies two matrices.
".STY" file: "Style sheet" file
A style sheet is a "......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
2. Static or dynamic site
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......