ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

End-user UI editing functions (prefix syntax)
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....
Constants used by the functions for managing Dockable Panel controls
Functions for managing TreeView Table controls (prefix syntax)
List of functions for managing TreeView Table controls...
Functions for managing queues, stacks and lists (prefix syntax)
List of functions for managing the queues, the stacks and the lists...
LDAPValidateModify (Function)
Validates the modification of an existing object in an LDAP server.
GanttAddTask (Function)
Adds a task in a Gantt Chart column in a Table or TreeView Table control.
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.
MatInvert (Function)
Calculates the inverse of a square matrix.
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.