ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Programming custom calculations in Table controls
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
BitcoinCoreConfigure( Function)
Specifies Bitcoin Core server connection parameters, in order to use BitcoinCoreXXXX functions.
Check: HTTP connectivity
The monitoring robot will read the header and the content of a web page......
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
FlexAlignContent (Property)
The Property FlexAlignContent allows you to know and modify the alignment characteristics of the lines contained in the Flexbox field according to the secondary axis of the field ( Property corresponding CSS "align-content").
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Compression (Property)
The Compression property is used to manage data compression during a connection (HFSQL Client/Server, etc.)...
WEBDEV Application Server - 10 connections - License agreement
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
Compilation options (HLP format)
Error 107: Redefinition of the parameter
ERR_BAD_CONTEXT
Check: FTP connectivity
The monitoring robot will try to connect to the FTP server with the parameters of the server......
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
gglConnection (Type of variable)
The gglConnection type is used to describe a connection to the Google services and to manage the authentication to different services...
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
GroupFirst (Function)
Reads the first group of contacts found in the address book of a Lotus Notes or Outlook messaging.
InstantMessaging (Property)
The InstantMessaging keyword can correspond to: the InstantMessaging property of a variable of type Contact. an InstantMessaging variable....
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").