ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Environment configuration
An environment configuration corresponds to a backup of the work environment in the editors of WINDEV, WEBDEV and WINDEV Mobile......
Size (Property)
The Size property is used to determine and change the size of an element.
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
Push notification: Android configuration (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using the Firebase platform (instead of Google Cloud Messaging)......
First project window
SQLFirst (Function)
Positions on the first row of the query result.
HWatch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a table present on an HFSQL server. In case of modification, a specific procedure can be triggered.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Error
The Error keyword is used to manage the errors.
SpreadsheetSave (Function)
Saves the content of a Spreadsheet control in a file in XLSX format.
gImage (Function)
Builds a sequence of characters containing an image.
fMoveFile (Function)
Moves a file from one directory to another.
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....