ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WinInXPos (Function)
Returns the horizontal position of the top left corner of the internal area (without border and title bar) of a window in relation to the top left corner of the screen.
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
TableMode (Function)
TableMode is kept for backward compatibility.
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
Charact (Function)
Returns the character corresponding to the specified ASCII code.
MemCurrent (Function)
Returns the index of the current element.
WinInYPos (Function)
Returns the vertical position of the top left corner of the internal area (without border and title bar) of a window in relation to the top left corner of the screen.
Asc (Function)
Returns the ASCII code of the specified character.
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
ArraySort (Function)
Sorts a WLanguage array.
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
MemCreate (Function)
Creates a memory area.
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
WinInWidth (Function)
Returns the internal width of a window (without border).
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
MemAdd (Function)
Adds an element to a memory area.
ArrayDelete (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....
WinInHeight (Function)
Returns the internal height of a window (without title bar and border).
TreeID (Function)
Used to build the path of the elements found in a TreeView control by differentiating the duplicates.
Uncompress (Function)
Decompresses a memory block (buffer) that was compressed by Compress.
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
WinBackgroundImage (Function)
Modifies the background image of a window and specifies the display mode of this image.