ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....
24. Displaying and linking pages
PageParameter (Function)
Returns the value of a parameter passed to the current page.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
Setup on a local network (LAN)
docStyle (Type of variable)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
Description (Property)
The Description property is used to get and change the page description.
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
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....