ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dpDriveConnect( Function)
Create a connection to an Drive Dropbox.
Running the test of the User Groupware and installing it
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
User Groupware and multilingual application/site
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
oDriveConnect( Function)
Creates a connection to an Drive OneDrive.
NetworkUser (Function)
Identifies the name of the connected user.
Find/Replace in the current project
The "Find/Replace" feature is used to......
Programming custom calculations in Table controls
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
iDocumentPrinted (Function)
Determines whether the user printed the document from the report viewer.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Google constants
List of constants used by the Google functions....
grLabel (Function)
Indicates various parameters of additional legend in a chart.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......