ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

tapiAnswerCall (Function)
Answers an incoming call that was detected.
tapiHold (Function)
Puts a call on hold.
SubCaption (Property)
The SubCaption property is used to get and change: the secondary caption of an option found in a Radio Button or Check Box control. the secondary caption of an element found in a TreeMap control....
gglContactGroup (Type of variable)
The gglContactGroup type is used to describe and modify a group of contacts used by the Google Contacts service...
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
WaitWindowStart (Function)
Opens the wait window of application.
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
PDFToText (Function)
Extract the text contained in an Document PDF.
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
GPSDetectPosition (Function)
Asks to be notified when the device gets close to a given location.
GPSGetPosition (Function)
Retrieves information about the current device position.
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
HServerWorkingDir (Function)
Returns the path of a temporary directory on the HFSQL server.
SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
fDriveInfo (Example)
Usage example of the fDriveInfo function