ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MemSeek (Function)
Seeks an element in a memory area: on the value added by MemAdd or on the value modified by MemModify, on the return value....
LDAPReplaceAttributeValue (Function)
Replaces a specific value of an attribute by a new value.
<Array>.MoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
MemCreate (Function)
Creates a memory area.
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
HOnError (Function)
Customizes the management of HFSQL errors.
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
SMSSend (Function)
Sends an SMS.
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
zipClose (Function)
Closes an archive.
grInfoXY (Function)
Returns information about the series found at a specific chart point.
LDAPReplaceAttribute (Function)
Replaces all the values of an attribute by a specific value.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
URISelect (Function)
Opens a system window to select a resource from: from the device file system, from the Cloud (Google Drive, Microsoft OneDrive, etc.) or from one of the content managers installed on the device....
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
ToastDisplay (Function)
Displays a "Toast" message.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.