ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
MutexCreate (Function)
Explicitly creates a mutex.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
MutexEnd (Function)
Signals that the thread frees the mutex.
MutexDestroy (Function)
Explicitly destroys a mutex.
ObserverOrientation (Property)
The ObserverOrientation property gets or sets the secondary angle of a Carousel control.
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
MCI constants
List of constants used by the MCI functions....
LooperSelectMinus (Function)
Deselects a row in a Looper control.
ControlContextMenu (Function)
Identifies the control on which the context menu was opened.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
hServerOperation (Type of variable)
The hServerOperation type is used to get the characteristics of an operation performed on an HFSQL server.
ControlOver (Function)
Identifies the control hovered over with the mouse cursor.
LooperSelectPlus (Function)
Selects a row in a Looper control.
UUDecode (Function)
Decodes a character string in UUEncode format.
WordToArray (Function)
Fills an array with the words from a string.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
SysSetFocus (Function)
Sets focus to a window or control.