ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

GanttAddTask (Function)
Adds a task in a Gantt Chart column in a Table or TreeView Table control.
HModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
LDAPValidateModify (Function)
Validates the modification of an existing object in an LDAP server.
LDAPDeleteAttribute (Function)
Deletes an attribute as well as its values.
LDAPDeleteAttributeValue (Function)
Deletes a value of a specified attribute.
LDAPStartModify (Function)
Initializes the modification of an existing object in an LDAP server.
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
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....
ControlContextMenu (Function)
Identifies the control on which the context menu was opened.
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
iPrintBlock (Function)
Forces a report block to print.
ErrorThrow (Function)
Throw a non-fatal error.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
LDAPRenameAttribute (Function)
Renames an attribute.
Complete (Function)
Returns a character string of a specified length.
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
MatInvert (Function)
Calculates the inverse of a square matrix.
MatTranspose (Function)
Calculates the transposed matrix.