ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ServiceUninstall (Function)
Uninstalls a service.
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
MaxButtonWidth (Property)
The MaxButtonWidth property is used to get and set the maximum width of a button in a tab pane.
WinSlidingVisible (Function)
Displays or hides a sliding window (sliding menu).
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
Handling controls in a report
The different operations available for the report controls are as follows......
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
SQLTransaction (Example)
Usage example of the SQLTransaction function
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
CtAccess (Property)
The CtAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
grTitle (Function)
Modifies the caption and/or position of the chart title....
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
.NET Assemblies
.NET is Microsoft's software development platform......