ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
<Email variable>.BuildSource (Function)
Generates the source code of the email to send from an Email variable.
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
Handling a WinForm .Net control through programming
Commands of the external interface
Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
Programming the looper attributes
All the looper attributes can be handled by programming......
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.
<Camera>.StopDecoding (Function)
Stops decoding a bar code in a Camera control.
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
HTMLEditorExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
<HTML editor>.ExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
Charact (Function)
Returns the character corresponding to the specified ASCII code.
Signature of iOS applications
Signing an application is mandatory from Xcode 8......