ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArcTan2 (Function)
Returns the arc tangent 2 of the values passed in parameter.
Functions for handling List Box, ListView and Combo Box controls (prefix syntax)
List of functions for handling List Box, ListView and Combo Box controls (prefix syntax)...
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
12. Retrieving data from a site
NetMACToIP (Function)
Returns the IP address corresponding to a given MAC address.
NetIPToMAC (Function)
Returns the MAC address corresponding to a given IP address.
4. HFSQL Classic
HFSQL Classic is the database format......
ArcCos (Function)
Returns the arc cosine of a numeric value (integer or real).
ArcSin (Function)
Returns the arc sine of a numeric value (integer or real).
ArcTan (Function)
Returns the arc tangent of a numeric value (integer or real).
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
SelectionColor (Function)
Changes the characteristics of the selection bar in a Table control, Combo Box control or List Box control.
Zooming an image (WEBDEV)
WEBDEV proposes several methods for zooming an image:...
ERR_BAD_URL
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
9. Hardware and software requirements
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
Binding a Combo Box control to an item
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
The Signature control
The Signature control is a report control used to sign......
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
gToRetrieve (Function)
Describes the text value to display and to return when retrieving the value of an element found in a List Box control or in a Combo Box control.
<Combo Box>.Open (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).