ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayReverse (Function)
Reverses the content of a one-dimensional array.
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....
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
Manipulating a Layout control programmatically
A Layout control can be......
fClose (Example)
Usage example of the fClose function
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, tables displayed in a Combo Box control....
EventCreate (Function)
Creates an event.
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
restRequest (Variable type)
The restRequest type is used to define the advanced characteristics of a REST request.
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
ArrayMoveLine (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....
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
gLink (Function)
Adds an "invisible" value to an element of a List or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
Truncate (Function)
Truncates the right part of a string or buffer.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.