ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GglDriveConnect( Function)
Creates a connection to an Drive Google Drive.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
HDescribeConnection (Function)
Describes a new connection to an external database.
HListUser (Function)
Returns the list of users defined for a connection.
SocketConnect (Function)
Connects a client computer to a given socket.
SocketClose (Function)
Closes a socket or a connection to a server socket.
TextToXML (Function)
Converts an ANSI string to an XML string.
<WBAdminAuth variable>.Disconnect (Function)
Deletes a connection from a WEBDEV Application Server.
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX file.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
WBAdminDisconnect (Function)
Deletes a connection from a WEBDEV Application Server.
<redisConnection>.Connect (Function)
Opens a connection to a Redis server (or cluster).
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
ArrayToParameters( Function)
Converts an array of elements into a list of parameters.
14. Controls in practice
Detailed use of WINDEV FTP/RPC
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
<DiskFile variable>.Read (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
WINDEV: Example of programmed Drag and Drop
How to read emails via the IMAP protocol?
This help page explains how to read emails via the IMAP protocol....
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
ODBCUserName (Property)
ODBCUserName is used to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
Check: Connectivity to the external databases (by ODBC)
The monitoring robot will attempt to connect to an external database (MySQL, SQL Server, ......
WDLog: Viewing a log file
WDLog is used to view the content of a log file......