ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
21 results for: Unicode
Using Unicode in HFSQL tables
The database schema proposes two types of Unicode items ...
Unicode in character strings
The Unicode format is an encoding system that assigns a unique number to each character.
Unicode (Property)
The Unicode property is used to:
  • Determine if the value of a control is a Unicode string.
  • Specify whether the value of a control is a Unicode string.
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
Comparison operators
The comparison operators can be divided into several categories...
(No title )
The different types of items proposed in the data model editor are as follows:
UTF8ToString (Function)
Converts a string in UTF8 format into an ANSI or Unicode string.
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators...
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)...
Unicode (Property)
The Unicode property is used to get and change the Unicode format of an element.
<Unicode string>.RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
<Unicode string>.RegexSearch (Function)
Searches for all the parts of a string that match a specific format.
<Unicode string>.RegexReplace (Function)
Replaces all the parts of a string that match a specific format.
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode...
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items...
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string...
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string...
<DiskFile variable>.Read (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content...
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content...
ClipboardUnicode (Function)
Returns the text found in the clipboard in Unicode format.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.