ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
HNbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
Date (Variable type)
The Date type is used to easily manipulate dates...
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
Dashboard constants
Constants used by the functions for managing Dashboard controls...
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
MatRead (Function)
Reads the value of a matrix element.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
RegexSearch (Function)
Searches for all the parts of a string that match a specific format.