ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
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.
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......
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
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....
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
SQLExec (Function)
Names and runs an SQL query.
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
fWrite (Example)
Usage example of the fWrite function
ContactAdd (Example)
Usage example of the ContactAdd function
HTTP constants
List of constants used by the HTTP functions....
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
zipOpen (Function)
Opens an existing archive.
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
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.