ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
<emailOutlookSession variable>.SendMessage (Function)
Sends an email using the Outlook protocol.
Google Calendar management functions
List of functions for managing Google calendars...
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
fDir (Function)
Finds a file or directory.
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
JSONValid (Function)
Checks the validity of a JSON string.
FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later......
SQLFirst (Function)
Positions on the first row of the query result.
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
NFC functions
Functions used to manage the NFC standard...
<emailNotesSession variable>.SendMessage (Function)
Sends an email using the Lotus Notes protocol.
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
ControlFindTextFirst (Function)
Finds and selects the first element corresponding to the sought text in a window or control.
5. Which type of server to choose?
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
HsMenu,Select (External language)
Selects or deselects, makes invisible, marks or unmarks an option found in the current menu.
grType (Function)
Identifies or modifies the type of chart.
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
H.SQLServerMode (Variable)
Allows you to specify the version of the Native SQL Server Connector that will be used.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....