ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SpreadsheetSelectPlus (Function)
Selects one or more cells in a Spreadsheet control found in a window.
Rights on the virtual directory
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
<Calendar>.SelectCount (Function)
Returns the number of days selected in a Calendar control.
SysListScreen (Function)
Returns the list of screens connected to one or more video cards.
SNMPGet (Function)
Reads one or more values of an agent with which an SNMP session was started.
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
SysThumbnailModifyButton (Function)
Modifies one of the buttons found on the application thumbnail in the taskbar.
SysThumbnailDeleteButton (Function)
Deletes one of the buttons found in the thumbnail of the application from the taskbar.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
WLanguage procedure called by inAppCheckSubscription
Procedure ("Callback") called by inAppCheckSubscription if one of the subscriptions has been renewed.
CheckAnyTrue (Function)
Returns True if at least one element of an array is True.
<Spreadsheet>.SelectMinus (Function)
Deselects one or more cells in a Spreadsheet control found in a window.
<Spreadsheet>.SelectPlus (Function)
Selects one or more cells in a Spreadsheet control found in a window.
<TreeView Table>.SortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
<Chart>.Origin (Function)
Modifies the start and end marks on one of the chart axes.
<Array>.Reverse (Function)
Reverses the content of a one-dimensional array.
HTMLEditorReplace (Function)
Replaces one string with another in an HTML Editor control.
<HTML editor>.Replace (Function)
Replaces one string with another in an HTML Editor control.
<Array>.AnyTrue (Function)
Returns True if at least one element of an array is True.
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....