ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3. Debugger
Programming patterns
CAUTION......
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
18. Order of execution of the code of buttons/links
InWindowsPhoneMode (Function)
Indicates whether the code is run in Windows Phone mode. Function kept for backward compatibility....
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
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....
Cross-references in the code editor
The cross-references in the code editor are used to identify......
InWindowsStoreAppMode (Function)
Indicates whether the code is run in Windows Store apps mode. Function kept for backward compatibility....
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
<TreeView>.CopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
InWinRTMode (Function)
Indicates whether the code is run in WinRT mode (Windows Store apps). Function kept for backward compatibility....
InWindowsStoreAppSimulatorMode (Function)
Identifies whether or not the code is executed in the simulator for applications in Windows Store mode. Function kept for backward compatibility....
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
Error 101: Declaration of global variable not allowed
InWinRTSimulatorMode (Function)
Identifies whether or not the code is executed in the WinRT simulator (simulator for applications in Windows Store mode). Function kept for backward compatibility....
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop
Warning 18: Loop without potential end
1
2
3
4
5
6
289
>