ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MagnifierMode (Property)
The MagnifierMode property determines and changes how the magnifier is displayed in the column headings of a Table or TreeView Table control.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
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.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
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.
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
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....
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
XMLPath (Function)
Returns the current position in the document in XPATH format.
SQLReqExists (Function)
Checks the existence of a query.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
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.
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
iPrintReport (External language)
Prints a report created with the report editor.
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.