ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLToRGB (Function)
Converts the HTML color into RGB color.
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
nWDGetLastError: Error code of last error
Error code of last error......
Spelling checker in the interface
WINDEV, WEBDEV and WINDEV Mobile allow you to use the OpenOffice spelling checker in your interfaces...
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
Reduce (Function)
Applies a computation to each element of a WLanguage array.
fCreate (Function)
Creates an external file.
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
NotificationDisplay (Function)
Displays a message outside the browser.
LDAPFind (Function)
Performs a search in an LDAP server.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Configuring the Apache server (1.3.x and 2.0.x)
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Designation of current element (Reserved word)
The keywords used to identify the current element are:
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....