ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<String type>.AnsiToUnicode (Function)
Converts an ANSI string (Windows) to a UNICODE string.
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
<Chaîne OEM>.OemVersAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
<ANSI string>.AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
AutomaticallyMinimized (Property)
The AutomaticallyMinimized property is used to: Find out the timeout before the Repositionable Note control is automatically minimized. Define the timeout before the Repositionable Note control is automatically minimized....
Various constants
List of various constants used by the constants WINDEV functions....
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
<Buffer type>.AnsiToUnicode (Function)
Converts a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string.
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
Error 109: The fixed string is too long
Error 110: The ASCIIZ string is too long
String functions
List of functions for managing character strings...
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: the caption of a Static control. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
Phonetic (Function)
Returns the phonetic transcription of the string passed as parameter.
Transfer (Function)
Copies a block of bytes or a fixed-length string from a memory address into another one.
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Truncate (Function)
Truncates the right part of a string or buffer.
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......