ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
<Table>.EnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
RegistryListValue (Function)
Returns the name (and possibly the type) of values for a key found in the registry.
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
Message text file format
The text files created by WDMSG use a specific format......
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Create the help system in WINDEV, WEBDEV or WINDEV Mobile
These are the main steps to create a help file (HTML, CHM or PDF)......
The Conference control
...The Conference control allows you to view and/or listen to video and/or sound in real time......
How to avoid displaying the URL of WEBDEV pages in the browser?
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser contains an address in the following format......
CameraParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
tapiCallDuring (Function)
Returns the duration of the call (difference between the start date and time of call and the end date and time of call).
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
ContextClose (Function)
Closes a page context.
The Check Box control
A Check Box can correspond to......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
TreeSelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control).
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
WiFiListNetworkCard (Function)
Returns the list of Wi-Fi network cards currently available on the current computer.
<TreeView>.SelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control).
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
Natif Informix Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access......
ERR_BAD_ACTION
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......