ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
SNMPOIDToString (Function)
Converts an OID from its numeric representation to its text representation.
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
DateToString (Function)
Converts:
  • a date to a string in the specified format.
  • a date time to a string in the specified format.
<Table>.ToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
<ANSI string>.BufferToHexa (Function)
Converts an Ansi or Unicode string into a displayable hexadecimal string (e.g. "4A 5B 00").
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
RGB (Function)
Defines a color from its Red, Green and Blue components.
<Date type>.ToInteger (Function)
Converts a date to an integer.
TimeToString (Function)
Converts a time to a string in the specified format.
<sfConnection variable>.ConvertLead (Function)
Converts the leads.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example.
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
<JSON variable>.ToXML (Function)
Converts a JSON string to XML.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
SFConvertLead (Function)
Converts the leads.
HTMLToPDF (Function)
Converts an HTML string or buffer to a buffer containing a PDF document.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa...
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
UTFConvert (Function)
Converts a string or buffer to the specified format: UTF, Ansi, Unicode.
<DateTime type>.ToReal (Function)
Converts a date and time to an 8-byte real.
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
JSONToXML (Function)
Converts a JSON string to XML.
SNMPStringToOID (Function)
Converts an OID from its text representation to its numeric representation.
CertificatePEMToPFX (Function)
Converts a certificate in PEM format to a PFX file including the private key.
UTF8ToString (Function)
Converts a string in UTF8 format into an ANSI or Unicode string.
NumberInWords (Function)
Converts a number to words.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage...
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
eChangeCurrency (Function)
Converts a currency into another currency.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
BufferToHexa (Function)
Converts a buffer into a displayable hexadecimal string (e.g. "4A 5B 00").
<Date type>.ToString (Function)
Converts:
  • a date to a string in the specified format.
  • a date time to a string in the specified format.
BCToImage (Function)
Generates the image of a bar code.
DateToInteger (Function)
Converts a date to an integer.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed as parameter.
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
HTMLToText (Function)
Converts an HTML string or buffer to text.
DurationToString (Function)
Converts a duration to a character string in the specified format.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
Extracting messages added or modified since last extraction
A project was already created and translated......
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion...
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
7. Multilingual sites in practice
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer,...
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
Comparing the project messages
The comparison between source and target text helps you find translation errors......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
7. Multilingual applications in practice
Using .NET assemblies in a project
To use .NET assemblies in a project......
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user...
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
1
6
7
8
9
10
12
>