ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
grAxisVisible (Function)
Configures how the axes are displayed in Line or Column charts.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
WordToArray (Function)
Fills an array with the words from a string.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
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....
Events associated with Calendar controls
List of events associated with Calendar controls...
dRectangle (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
grGetData (Function)
Retrieves a data from a chart.
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
PageChangeLayout (Function)
Applies a specific layout to a page.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
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....
grStockGetData (Function)
Retrieves a data from a stock chart (candlestick, barcharts or minmax).
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
StringEndsWith (Function)
Checks whether a character string ends with: with a specific character string. with one of the character strings in an array....