ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AdjustmentMode (Property)
The AdjustmentMode property determines and changes how a Spreadsheet control is adjusted in a report.
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Creating a select query
A select query (corresponding SQL statement......
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
InitRandom (Function)
Initializes the generator of random numbers.
Random (Function)
Returns a random number.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.