ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ColorHue (Function)
Calculates the hue of a color.
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....
HState (Function)
Used to find out the state of a record.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the multimedia file played in the Multimedia control.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
MatFloatAdd (Function)
Adds a value to each matrix element.
HOpenConnection (Function)
Opens a connection to a specific database.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
ErrorThrow (Function)
Throw a non-fatal error.
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Global and local variable
Two types of variables are available......
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
HDelete (Function)
Deletes a record from a data file (query or view).
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
CurrentMonth (Function)
Returns the number of the current month.
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.