ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
Serialization constants
The serialization constants are as follows:
ContactDisplay (Function)
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad, Universal Windows)....
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
Name (Property)
The Name property is used to get the name of an element.
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
IF statement
The conditional IF statement allows you to run an action according to a condition...
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Assignment of RETURN
The return value of the process currently run can be assigned...
Extern (Reserved word)
EXTERN is used to...
BTLEDescriptorReadValue (Function)
Reads the value of a descriptor on a Bluetooth Low Energy device.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
The statistics
WINDEV, WEBDEV and WINDEV Mobile propose several functions used to perform statistical calculations......
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"......
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
BTLEDescriptorWriteValue (Function)
Writes the value of a descriptor to a Bluetooth Low Energy device.
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
HDelete (Function)
Deletes a record from a data file (query or view).
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).