ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

VideoListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
CameraListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
Information 2103: 'Double' does not exist anymore: the reals are coded on 8 bytes
Information 2105: This function was renamed
ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
Error 1055: 'Ancestor' can only be used in the code of a class derived from a class
<Array>.InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
XImage (Property)
The XImage property is used to get and change the initial X-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
inAppCheckSubscription (Function)
When starting the iOS application, checks whether the In-App subscriptions have been renewed.
CameraCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
WINDEV License Agreement
WINDEV License Agreement...
<Camera>.Capture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....