ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
Language (Property)
The Language property is used to get and change the language used.
SFConnect (Function)
Allows you to authenticate yourself beside a Salesforce platform.
EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
InvalidInputShowMessage (Function)
Displays an invalid input error for the specified control.
Error 1003: The element does not exist in the class
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
gpwAuthLogin (Function)
Allows you to connect to the User Groupware using authentication with an account such as Facebook, Google, Microsoft, etc.
Developing multilingual applications
A multilingual application is an application that can be distributed in several languages......
RegistryCopyKey (Function)
Copies a registry key with all its subkeys and values.
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
mlLoadWorkspace (Function)
Loads all the variables of a MATLAB file in the session.
Information 2101: 'Short int' does not exist anymore: use 'unsigned 1-byte int'
SFDelete (Function)
Deletes records from a Salesforce database.
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
RegistryRename (Function)
Renames a key in the registry.
apExecute (Function)
Runs an action plan.
Constants for managing contact functions
Display (External language)
Displays a value in a control or assigns a value in a variable.
WBAdminConnection (Type of variable)
The WBAdminConnection type is used to get all the advanced characteristics of a connection on the server. This connection can correspond to a session, an AWP request, a schedule task, etc.
SFExecuteProcess (Function)
Requests the execution of a specific process.
WDInst : languages supported by the setup
If your applications must be installed in several countries, the setup editor WDInst gives you the ability to generate a multilingual setup......
TwainProperty (Function)
Used to find out or modify the properties of the current Twain device.
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....