ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

8. Windows in practice
Discover the main actions that can be performed on the windows....
Check: Test of a WLanguage code
The monitoring robot is used to compile and run the WLanguage code entered......
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
Code statistics
The code statistics affect......
Programming an indexed control
Progress Bar control properties
List of properties associated with the Progress Bar control...
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Screen,Column (External language)
Returns the index of the current column in a Table based on a data file or in a Table populated programmatically.
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
EmulateWarning (Function)
Emulates the next call to Warning and automatically clicks the "OK&quot button.
EmulateError (Function)
Emulates the next call to Error and automatically clicks the "OK&quot button.
EmulateInfo (Function)
Emulates the next call to Info and automatically clicks the "OK&quot button.
Upload control events
The following processes are associated with the Upload control:...
InWindowsPhoneSimulatorMode (Function)
Indicates whether the code is run in the Windows Phone simulator. Function kept for backward compatibility....
InWindowsPhoneMode (Function)
Indicates whether the code is run in Windows Phone mode. Function kept for backward compatibility....
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
Objective C: Calling a WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in Objective C......
MultimediaControlVisible (Function)
Manages the visibility of control buttons (Play, Pause, Fast Forward, ...) found in the Multimedia control.
Information 302: Ambiguity between a variable and a control
InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.