ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

nWDInitProject: Initialization code of project
Run the initialization code of project......
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
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....
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
InUniversalWindowsPlatformMode (Function)
Indicates whether the code is run in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
Error 101: Declaration of global variable not allowed
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
Error 1008: The member of the class is protected
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Code snippets
The code editor allows you to enter "Code snippets"......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
The "Code snippets" pane
The "Code snippets" pane lists the code snippets currently available......
InUniversalWindowsPlatformSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Error 1009: The member of the class is private
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
The "Context-sensitive code view" pane
The "Context-sensitive code view" pane allows you to view and edit the code of the element (window, page, report, control, etc....
1
2
3
4
5
6
277
>