ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
Apply (Function)
Executes a procedure for each element of a WLanguage array.
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
Enumeration (Type of variable)
An enumeration is a set of values......
Audits
The audits provide a set of features used to automatically improve the project quality and performances, and to follow the conditions in which it is implemented......
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
IWListDeleteAll (Function)
Deletes all the internal windows from the list of internal windows browsed by an Internal Window control.
IWListNext (Function)
Displays the next internal window in the list of internal windows browsed by an Internal Window control.
IWListPrevious (Function)
Displays the previous internal window in the list of internal windows browsed by an Internal Window control.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
nWDInitProject: Initialization code of project
Run the initialization code of project......
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage the files of user groupware in Client/Server mode....
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
Registry management functions
List of functions for managing the registry...
sysNotificationInput (Type of variable)
The sysNotificationInput type is used to define all the advanced features of an input control, such as a text input or combo box control, in an interactive notification.
Character strings
WLanguage supports different types of strings....
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
SysColor (Function)
Identifies or modifies the color of a Windows element.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
Creating a table in a report
Tables can be created in a report......
StringInsert (Function)
Inserts a string into another character string at a given position.