ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
Movable (Property)
The Movable property is used to: Find out whether a table column can be moved by the user, Allow and/or forbid a table column to be moved by the user....
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
EncryptAsymmetricEnveloped (Function)
Performs an asymmetric encryption of an envelope.
oDriveConnect( Function)
Creates a connection to an Drive OneDrive.
dpDriveConnect( Function)
Create a connection to an Drive Dropbox.
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
End of Document block
The End of document block is run once at the end of the report execution......
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
SQLExec (Example)
Usage example of the SQLExec function
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
fWrite (Example)
Usage example of the fWrite function
ContactAdd (Example)
Usage example of the ContactAdd function
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
AssistedInput (Type of variable)
The AssistedInput type allows you to define all the advanced characteristics of an autocomplete suggestion.
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Display (External language)
Displays a value in a control or assigns a value in a variable.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.