ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
<Type Date>ToDayInYear (Function)
Returns the number of the day in the year corresponding to a given date.
fWrite (Function)
Writes: a character string into an external file. a memory section....
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
fSeek (Function)
Gets and sets current position in an external file.
fClose (Function)
Closes an external file.
fChangeSize (Function)
Resizes an external file.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
<Chaîne OEM>.OemVersAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
DateToDateInYear (Function)
Returns the number of the day in the year corresponding to a given date.
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV).
NetworkConnect (Function)
Associates a drive with a shared network directory.
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
ArrayDistinct (Function)
Returns an array without duplicates.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.