ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SysStandby (Function)
Allows you to: enable and disable the standby mode (Android) display the system screen used to configure the standby mode (Universal Windows Apps)...
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......
WindowIfNew (Property)
The WindowIfNew property gets and sets the name of the internal window to be opened if the end user opens a new tab in a Dynamic Tab control.
<Table>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
Supercontrol
A supercontrol is an advanced type of control......
AAFExecute (Function)
Runs an Automatic Application Feature (AAF) on a control or window. This function can be used to start the spelling checker on an edit control for example.
HWrite (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
ContactDelete (Function)
Deletes the current contact: from a Lotus Notes or Outlook address book. from the list of contacts on the phone (Android, iPhone or iPad, Universal Windows)....
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
List,Position (External language)
Positions the first element displayed in the list or returns the index of the first element displayed.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
NdxEncryption (Property)
The NdxEncryption property sets the encryption method of the index file (.NDX) associated with a table.
fLoadText (Function)
Loads the contents of a text file into any text field or variable (string variable, window edit control, report label field, etc.).
<Page>.ToFile (Function)
Automatically initializes: the value of the items in a table with the value of the controls in the page. The table items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
8. "Mobile friendly" site: Dynamic serving
ERR_BAD_SERIAL_NUMBER
Error 106: Redefinition of a global variable
InWinRTSimulatorMode (Function)
Identifies whether or not the code is executed in the WinRT simulator (simulator for applications in Windows Store mode). Function kept for backward compatibility....
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......