ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FinNetCurrentVal (Example)
Usage example of the FinNetCurrentVal function
Debugging constants
List of constants used by the debugging functions...
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
BitcoinValidAddress (Function)
Checks whether a Bitcoin wallet address is valid.
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
grParameter (Function)
Retrieves or modifies a chart parameter.
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
Image (Property)
The Image property gets and sets the background image of a control or block.
MDIActive (Function)
Identifies or displays an MDI child window in the foreground.
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....
Constants for managing Wi-Fi functions
Constants for managing Wi-Fi functions...
CertificateSignFile (Function)
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.
gpwUser (Type of variable)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV User Groupware.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...