ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Google constants
List of constants used by the Google functions....
TwainToClipboard (Function)
Allows you to: copy the document coming from the Twain device into the clipboard. view the document coming from the Twain device in the user interface of device....
Appendix 5: Configuring the server
Bloque entièrement ou partiellement un fichier externe....
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
XamlProperty (Function)
Used to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
Handling a control through programming in a report
All report controls can be handled through programming......
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
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....
Constants for managing Map controls
Constants for managing Map controls...
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
Constants for managing Wi-Fi functions
Constants for managing Wi-Fi functions...
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
HDescribeFile (Function)
Describes a data file programmatically.