ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
WordCount (Function)
Returns the number of words in a string.
Manipulating days in a Calendar control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate the following elements......
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
HAddGroup (Function)
Adds a group of users.
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
CurrentYear (Function)
Returns the current year in integer format.
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
fSelectDir (Function)
Opens a directory picker.
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
SQLFirst (Function)
Positions on the first row of the query result.
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
Constants for managing ports
List of constants used by the functions for port management (serial and parallel ports)...
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.