ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
Programming an indexed control
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
The different types of windows
The following types of windows can be created in a WINDEV application......
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily read the incoming messages......
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
.NET object
To access a class......
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
1. Examples provided with WINDEV Mobile
Screen,Get (External language)
Retrieves the value in a control or in a variable.