ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Chaîne OEM>.OemVersAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
<ANSI string>.AnsiToUnicode (Function)
Converts a string in ANSI (Windows) format into a string in Unicode format.
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
HRSExecute (Function)
Immediately execute periodic replication between HFSQL servers: replication is triggered ahead of schedule.
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
The Check Box control
A Check Box can correspond to......
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
Right (Function)
Extracts the last characters from a string or string buffer.
DnD constants
List of constants used by the functions for managing the Drag and Drop....
Brochure des nouveautés 2024 : Nouveautés communes
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024....
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
HRSInit (Function)
Configures an HFSQL server in order for this server to be a master server or a subscriber server for a replication between HFSQL servers.
<Connection variable>.RSInit (Function)
Configures an HFSQL server in order for this server to be a master server or a subscriber server for a replication between HFSQL servers.
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
<Buffer type>.AnsiToUnicode (Function)
Converts a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string.
HRSAddConfig (Function)
Adds a replication between two HFSQL server onto the master server.