ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
CharactType (Function)
Returns information about the type of character.
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Icon
The "Icon" keyword corresponds to the Icon type, or to the Icon property.
LinkedFile (Property)
The LinkedFile property is used to set the characteristics of a link.
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
LooperAdd (Function)
Adds a row at the end of a Looper control.
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Socket management functions
List of functions for managing sockets...
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.