ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
tapiCallStart (Function)
Returns the date and time of the beginning of call (incoming or outgoing call).
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
The Image control
The Image control is used to......
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
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.
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....
Message text file format
The text files created by WDMSG use a specific format......
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......
End-user UI management functions
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....
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).
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).
ContextClose (Function)
Closes a page context.
<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....
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
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......