ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
dbgConnect (Function)
Used to connect a remote debugger to an application, service, web service, etc.
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
ProjectInfo (Function)
Returns specific information about the project currently run.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
httpResponse (Variable type)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
Radio Button control properties
List of properties associated with a Radio Button control...
SMSDelete (Function)
Deletes an SMS message from the memory of the Android phone. This function should no longer be used.
grColor (Function)
Returns and initializes the color of different chart elements.
fWriteLine (Example)
Usage example of the fWriteLine function
WEBDEV administrator: Characteristics of current connections
The "Connections" tab gives various information about the current connections......
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
fShortName (Example)
Usage example of the fShortName function