ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
iHLine (Function)
Prints a horizontal line at specified coordinates.
iVLine (Function)
Prints a vertical line at specified coordinates.
iForceComplement (Function)
Forces the printing of a Body Complement block.
PDF Reader control properties
You can manipulate PDF Reader controls in a window using the following WLanguage properties......
fAttribute (Function)
Returns or modifies the attributes of a file.
Value (Property)
The Value property is used to get and change the value of an element.
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
LooperAdd (Function)
Adds a row at the end of a Looper control.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
LooperDelete (Function)
Deletes a row from a Looper control.