ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
fRename (Example)
Usage example of the fRename function
Execute (Function)
Starts the execution of a process through programming.
<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
fCreate (Example)
Usage example of the fCreate function
fMakeDir (Example)
Usage example of the fMakeDir function
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
grScatterSeriesLabel (Function)
Initializes the label of data series in a "Scatter" chart.
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
grGradient (Function)
Enables or disables the display of color gradients in a chart.
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....
Organizer control properties
Several WLanguage properties can be used on an Organizer control found in a window......
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
Sort (Function)
Sorts a WLanguage array.
HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage properties......
<Image>.SavePNG (Function)
Saves an image: in a PNG file. in memory....
<Image>.SaveJPEG (Function)
Saves an image: in a JPEG file. in memory....
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
DeleteAll (Function)
Deletes all the 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....
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
fClose (Example)
Usage example of the fClose function