ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
11. User Macro-Code: UMC in practice
InAppleWatchMode (Function)
Indicates whether the code currently run is in Apple Watch mode.
Programming patterns
CAUTION......
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
Glossary
The glossary lists all the abbreviations used in the code editor......
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
InUniversalWindowsAppMode (Function)
Indicates whether the code is run in Universal Windows 10 App mode.
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
Automatic documentation of external components
External components must include a technical documentation......
7. Source Code Manager (SCM)
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
Software Factory
The concept of software factory is used to automate the process for creating applications....
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
BurnerAddFile (Function)
Adds a file to the compilation.
InWindowsPhoneMode (Function)
Indicates whether the code is run in Windows Phone mode. Function kept for backward compatibility....
InUniversalWindowsAppSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows 10 App mode.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
1
2
3
4
5
6
267
>