ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<String type>.BufferToHexa (Function)
Converts an Ansi or Unicode string to a hexadecimal string (e.g.: "4A 5B 00").
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string...
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time...
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device...
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native...
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string...
<DateTime type>.ToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
DateTimeToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced...
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC)...
ocrTextBlock (Type of variable)
The ocrTextBlock type is used to define and identify all the advanced characteristics of a text...
ocrOption (Type of variable)
The ocrOption type is used to define all the general options of the native OCR (Optical Character...
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV...
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
HFSQL Client/Server: Configuring the data files on the server
OCRAddLanguage (Function)
Adds a language to the native OCR system.
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
OCRModelPathDirectory (Function)
Used to set the directory that contains the language models for the native OCR system.
OCRDeleteAllLanguages (Function)
Deletes all languages from the native OCR system.
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
OCRParameter (Function)
Initializes the general options of the native OCR (Optical Character Recognition) system.
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed...
OCR constants
Adds a language to the native OCR system....
OCRExtractText (Function)
Reads the text contained in an image.
1
3
4
5
6
7
9
>