ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
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.
DriveUploadDirectory (Function)
Envoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant....
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
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.
Val (Function)
Returns the numeric value of a character string.
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
WinStatus (Function)
Identifies or modifies the window status.
Execute (Function)
Starts the execution of a process through programming.
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...
Warning (Function)
Displays a custom message in a system warning window.
Local procedure
Two types of procedures are available......
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
DateToInteger (Function)
Converts a date to an integer.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
ArrayCopy (Function)
Copies the content of an array to another array.