ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Success (Property)
The Success property indicates whether the operation was successful.
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
dArc (Function)
Draws an arc of circle or an arc of ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
iDestination (Function)
Configures the print destination.
Enabled (Property)
The Enabled property enables or disables an element.
BTLEDisconnect (Function)
Used to disconnect from a Bluetooth Low Energy device.
CheckAnyTrue (Function)
Returns True if at least one element of an array is True.
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
Sequencing reports
In some cases, you may want to print several reports one after another, and view them in the same print preview....
User Groupware and Client/Server data files
An application that uses the user groupware can be used with a HyperFileSQL database in Client/Server mode......
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
sfDisconnectResult (Type of variable)
The sfDisconnectResult type is used to get the status report of SFDisconnect when disconnecting from a session...
UndockablePane (Property)
The UnlockablePane property is used to: Determine if the end user can move the panes of a Ribbon or Dynamic Tab control outside the window. Allow or prevent the end user from moving the panes of a Ribbon or Dynamic Tab control outside the window....
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.