ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Toast>.Display (Function)
Displays a "Toast" message.
String functions (prefix syntax)
The following functions are used to handle strings, using prefix syntax:
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
String functions
List of functions for managing character strings...
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
<Ansi string type>.Complete (Function)
Returns a character string of a specified length.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
Complete (Function)
Returns a character string of a specified length.
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
List of extension attributes
The list of extension attributes ......
LanguageToCharset (Function)
Returns the character set corresponding to a language.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
<Connection variable>.NotifListCCRecipient (Function)
Returns the list of recipients of a notification sent via the Control Centers (WDBal messaging tool).
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
<Connection variable>.NotifListEmailRecipient (Function)
Returns the list of recipients for a notification by email.
<Connection variable>.NotifDeleteCCRecipient (Function)
Deletes the recipients of a notification sent via the Control Centers (WDBal messaging tool).
<Connection variable>.NotifDeleteEmailRecipient (Function)
Deletes the recipients of an email notification.
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
<ANSI String type>.Right (Function)
Extracts the right part (i.e., the last characters) from a string or buffer.