ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
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....
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
The Camera control
The Camera control is used to view the video captured by a camera connected to the current computer....
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....
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
LDAPFind (Function)
Performs a search in an LDAP server.
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
fWrite (Function)
Writes: a character string into an external file. a memory section....
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
1. Examples provided with WINDEV Mobile
2. User-friendly editors in practice
User-friendly editors in practice...
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
Control (Type of variable)
The Control type is used to define the characteristics of a control.