ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
<Camera>.Display (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
Manipulating days in a Calendar control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate the following elements......
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
SpreadsheetPosition (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
<Spreadsheet>.Position (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
AppOpenForm (Function)
Opens: the form of an application on Android (Play Store), iOS (App Store) or Windows (Windows Store) in order for the user to give a mark to it and/or to comment it. the form for configuring the In-App purchases of an application....
6. Multilingual sites
Variable scope
Variables can be declared anywhere in the code....
Composite chart
A composite chart is a chart that displays several types of charts......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
Handling incoming or outgoing faxes
To send and receive faxes directly from an WINDEV application or a WEBDEV site, several functions allow you to handle faxes via the fax server available in Windows XP and Windows 2000......
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
fResourceDir (Function)
Returns the path of the read-only resources of the application.
2. Modes to install an application
9. Hardware and software requirements
Check: Connectivity to HFSQL Client/Server
The monitoring robot will try to connect to a HFSQL Client/Server server......
iColumnEnd (Function)
Forces a column break in a multi-column report.
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
Operator on Address
The & operator returns the address of a variable as an integer