ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators...
Comparison operators
The comparison operators can be divided into several categories...
UTF8ToString (Function)
Converts a string in UTF8 format into an ANSI or Unicode string.
(No title )
The different types of items proposed in the data model editor are as follows:
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)...
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces...
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer...
7. Multilingual applications in practice
7. Multilingual sites in practice
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
<ANSI string>.Right (Function)
Extracts the last characters from a string or string buffer.
Right (Function)
Extracts the last characters from a string or string buffer.
String (Variable type)
The String type is used to manipulate strings......
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic...
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
<ANSI string>.AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
NoSpace (Function)
Returns a character string without the space characters: from the left and right side...
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one...
1
2
3
4
5
6
17
>