ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
XMLSavePosition (Function)
Stores the current position in the XML document.
HServerWorkingDir (Function)
Returns the path of a temporary directory on the HFSQL server.
Constants for managing Map controls
Constants for managing Map controls...
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
gpwAddUser (Function)
Adds a user to the User Groupware database.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
HOpenConnection (Function)
Opens a connection to a specific database.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
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.