ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
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....
InWindowsPhoneMode (Function)
Indicates whether the code is run in Windows Phone mode. Function kept for backward compatibility....
9. Sharing a project in practice
Sharing a project in practice...
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
8. Sharing a project in practice
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
10. UMC: User Macro-Code
Recycle code windows
By default, a single code window is opened per ......
TableMoveBranch (Function)
Moves the content of a row as well as its entire descending tree structure in a TreeView Table control.
Handling a Navigation Bar control through programming
The Navigation Bar control can be handled by programming......
PVTCollapse (Function)
Collapses the data found in a Pivot Table control according to a row header or to a column header.
PVTExpand (Function)
Expands the data found in a Pivot Table control according to a row header or to a column header.
TableSwapBranch (Function)
Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table control.
<Pivot table>.Expand (Function)
Expands the data found in a Pivot Table control according to a row header or to a column header.
<Pivot table>.Collapse (Function)
Collapses the data found in a Pivot Table control according to a row header or to a column header.
<TreeView Table>.MoveBranch (Function)
Moves the content of a row as well as its entire descending tree structure in a TreeView Table control.
<TreeView Table>.SwapBranch (Function)
Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table control.
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
TableSelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multiselection browsing Table control.
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
Correspondence between languages, sub-languages, character sets and nations
The table below presents the correspondence between languages, sub-languages, character sets and nations:
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
Creating the Form windows of a WINDEV RAD pattern