ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
<zipArchive variable>.Split (Function)
Splits an archive into several sub-archives of a given size.
<Combo box>.Close (Function)
Forces the closing of the drop-down list in a Combo Box control (simple or multi-column Combo Box).
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
Image drawing and processing functions
List of image drawing and processing functions...
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
Utility components
WINDEV includes several utility components that allow you to handle data directly......
VideoCapture (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....
WDOptimizer: Editing and modifying a ".REP" file
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
The Flash control
The Flash control is used to display a Flash® animation in a WEBDEV page......
CameraListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
VideoListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
NumberRow (Property)
The NumberRow property returns the maximum number of rows containing data in a Spreadsheet control. These rows contain data, a formula, formatting or a non-standard height.
Error 532: The size of the string to extract must be strictly positive
<Camera>.Stop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
iCloudKeyValueWatch (Function)
Defines the procedure called when the value of a key is changed in an Apple iCloud-based container of "key-value" pairs.
HTTP functions
List of HTTP functions...
Error 1018: The method is global: use the: operator: to access it
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.
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...