ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MapLicenseBing (Function)
Indicates the "Bing map" license key that will be used in the Map controls used in Universal Windows 10 App mode.
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)......
10. UMC: User Macro-Code
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
2. Projects in practice
Discover the main operations that can be performed on a project....
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
Error 1023: The access to the method of the class is restricted by a private inheritance
Query and project
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
gglMarker (Type of variable)
The gglMarker type is used to define the characteristics of a marker that must be positioned on a map...
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
1. Examples provided with WINDEV Mobile
Applet control properties
List of properties associated with the Applet control...
Error 1013: The access to the member of the class is restricted by a protected inheritance
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
CriticalSection (Type of variable)
CriticalSection variables are used 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.
13. Debugger
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)....
GetCountryISO (Function)
Returns the desired ISO code of a country corresponding to the caption or ISO code (of a different type) of the country according to the ISO 3166-1 standard.
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
BCToImage (Function)
Generates the image of a bar code.
nWDGetLastError: Error code of last error
Error code of last error......
nWDInitProject: Initialization code of project
Run the initialization code of project......
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....