ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

gImage (Function)
Builds a sequence of characters containing an image.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a web service.
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.
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....
Stack (Variable type)
A Stack variable is a structured type that is used to group a set of elements of the same type.
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
GglAccountAssociate (Function)
Enables users to log in to an application using a Google account registered on the device, without entering a username and password.
Error
The Error keyword is used to manage the errors.
SQLFirst (Function)
Positions on the first row of the query result.
fMoveFile (Function)
Moves a file from one directory to another.
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
GeometryCross (Function)
Compares two geometries and determines if their intersection spatially crosses.
FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns the number of listed files (and/or directories)....
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Border (Property)
The Border property is used to get and change the borders of an element.
CheckmarkVisible (Property)
The CheckmarkVisible property is used to: Determine whether a checkmark is displayed to the left of a row in a TreeView control. Show or hide a checkmark to the left of a row in a TreeView control....
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......