ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
HFSQL Client/Server functions
Several HFSQL functions are used to manage the HFSQL Client/Server data......
HDeactivateFilter (Function)
Temporarily disables the filter on a table (view or query).
HFSQL Client/Server functions (prefix syntax)
Several HFSQL functions are used to manage the HFSQL Client/Server data......
<Table>.SortedColumn (Function)
Returns the list of sorted columns found in a table.
HDescribeFile (Function)
Describes a table programmatically.
Log (Function)
Calculates the decimal logarithm of a numeric value.
Sin (Function)
Returns the sine of an angle.
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
StringToUTF8 (Function)
Converts an ANSI or Unicode string to UTF-8.
UTF8ToString (Function)
Converts a string in UTF8 format into an ANSI or Unicode string.
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
UTFConvert (Function)
Converts a string or buffer to the specified format: UTF, Ansi, Unicode.
User Groupware (compatible with version 17)
A Windows application, an Internet or Intranet site require to define the role of different contributors......
REST web service: Creating entry points
The REST web service entry point creation wizard opens......
<emailIMAPSession variable>.CloseSession (Function)
Closes an IMAP session.
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
awSendAndGetInfo (Function)
Sends data from an iOS phone to an Apple Watch (or conversely) while expecting a response.
awSendInfo (Function)
Sends an information from an iOS phone to an Apple Watch (or conversely).
awProcedureGetAndSendInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming from awSendAndGetInfo.
awProcedureGetInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming from awSendInfo.