ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EnumerationFromName (Function)
Returns an enumeration value known by its name.
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
ExtractLine (Function)
Extracts a specific line from a character string.
MagnifierMode (Property)
The MagnifierMode property determines and changes how the magnifier is displayed in the column headings of a Table or TreeView Table control.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
AddChildDelayed (Property)
The AddChildDelayed property indicates the procedure to be called when a row in a TreeView or TreeView Table control is clicked to be expanded.
XMLPath (Function)
Returns the current position in the document in XPATH format.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
SQLReqExists (Function)
Checks the existence of a query.