ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NameBrowserFile (Property)
The NameBrowserFile property is used to get the original name of the file to upload on the user's computer....
NameServerFile (Property)
The NameServerFile property is used to get the name of the uploaded file on the server.
Token management functions
Token management functions in "Text token" Edit controls....
DriveListeFileGgl (Function)
Lists files from the Google suite (Google Docs, Google SpreadSheets, etc.) present in a Google Drive.
UploadDeleteAll (Function)
Clears the list of files to upload: no file will be uploaded on the server.
<btleDevice variable>.Connect (Function)
Used to connect to a Bluetooth Low Energy device.
Redis management functions
The following functions are used to manage a Redis database:...
File download functions
The following functions are used to manage downloads......
UploadDelete (Function)
Deletes a file from the list of files to upload: the file will not be uploaded on the server.
TabCloseAll (Function)
Closes all dynamic tabs of a Tab control.
ScanList (Function)
Lists the scanners connected to the current computer.
<Source>.MergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
SaaS functions
The SaaS functions are as follows:
gpwRemoteConnect (Function)
Allows connecting to the application via the User Groupware Webservice.
HInfoReplica (Function)
Returns information about the specified replica.
DomoClose (Function)
Closes the communication opened by DomoOpen.
PicRotation (Function)
Rotates a WDPic image.
DomoSwitchOn (Function)
Switches on one or more electrical devices compatible with the X10. protocol.
<TreeView Table column>.SearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
DomoSend (Function)
Sends a command to one or more electrical devices compatible with the X10 protocol.
OpenAPIToHTTP (Function)
Builds the HTTP request to call a function of an API. It can then be sent using HTTPSend.
ContactSearch (Function)
Searches for a contact in a Lotus Notes or Outlook address book.
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
WLanguage procedure called by ConfirmAsynchronous
Procedure ("Callback") called by ConfirmAsynchronous when the user clicks one of the buttons in the dialog box.
WLanguage procedure called by OKCancelAsynchronous
Procedure ("Callback") called by OKCancelAsynchronous when the user clicks one of the buttons in the dialog box. This procedure can be a local, global, internal or lambda procedure.