ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ocrOption (Type of variable)
The ocrOption type is used to define all the general options of the native OCR (Optical Character Recognition) system.
Error 4: A space is required after the ':' character
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
Error 810: * can only be used for a parameter with a default value
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
Functions for managing appointments (Outlook, Lotus Notes, mobile device)
List of functions for managing appointments...
7. Multilingual sites in practice
<emailNotesSession variable>.CloseSession (Function)
Closes a Notes session.
<EmailNotesSession variable>.StartSession (Function)
Starts a Notes session.
Binding a Repositionable Note control to an item
TrustedCertificateAdd (Function)
Adds a certificate to the list of trusted root authorities used to validate certification strings.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Position (Function)
Finds the position of a specified string within another string.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
<EmailNotesSession variable>.GetAll (Function)
Retrieves all the emails found on a Notes server.
<emailNotesSession variable>.NbMessage (Function)
Returns the number of incoming messages in Notes.
Upgrading a WEBDEV Cluster
WEBDEV Custer is a hosting solution for WEBDEV sites that ensures high performance and availability......
Minimized (Property)
The Minimized property is used to: find out whether a repositionable note is minimized, minimize or restore a repositionable note....
ContinentGet (Function)
Returns the Continent variable that corresponds to one of the following values: a continent constant (2-character continent code), a continent caption....
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....