ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MCIExecute (Function)
Runs an MCI command (Media Control Interface).
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV application server).
ActionPlanExecute (Function)
Runs an instance of the action plan in the software factory.
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
Java functions
List of Java functions...
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
5. User Groupware in practice
Binding a Repositionable Note control to an item
User Control Center: Overview
The User Control Center is used to manage the applications deployed on a company network....
WDZip: Overview
WDZip is used to compress and group your files in archives......
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
1. WLanguage functions
Most of the WLanguage functions available in WINDEV are also available in WINDEV Mobile....
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
WEBDEV administrator: Overview
The WEBDEV administrator is a module used to manage the dynamic WEBDEV sites......
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
On/Off button in a window
The on/off button is a button that operates like a check box......
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.