ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LOOP statement
The statement block is repeated endlessly...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
iPageNum (Function)
Returns or initializes the number of the page currently printed.
XMLSavePosition (Function)
Stores the current position in the XML document.
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
The Context Menu control (WEBDEV)
Context menus are often used in websites......
Camera control in a mobile application
The Camera control is used to......
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
Combination (Type of variable)
A combination is a set of options.
SubCaption (Property)
The SubCaption property is used to get and change: the secondary caption of an option found in a Radio Button or Check Box control. the secondary caption of an element found in a TreeMap control....
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls, text columns in Treeview Table controls, List Box and ListView controls, Combo Box controls, attributes of Looper controls, images, clickable images and thumbnails with automatic sequence....
WinUsefulSize (Function)
Specifies the useful size of an internal window with automatic scrollbars. The useful size corresponds to the full size of the internal window: Width of the internal window. Height of the internal window....
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
Favicon: Define the site icon
WEBDEV allows you to easily define the site icon (also called Favicon)......
WiFiListNetwork (Function)
Returns the list of Wi-Fi networks configured on the device.
NumberInWords (Function)
Converts a number to words.
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
How to fill a TreeView control?
This help page explains how to fill a TreeView control....
dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
DateDifference (Function)
Calculates the number of days between two dates.