ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grGradient (Function)
Enables or disables the display of color gradients in a chart.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
gpwAddAuthLogin (Function)
Adds a login button (Facebook, Google, Microsoft, etc.) in the login window or page.
DiagramUngroup (Function)
Dissociates the different shapes of a group in a Diagram Editor control.
DiagramStartModification (Function)
Indicates the start of a series of actions performed in a Diagram document in a single event ("undo/redo")....
DiagramEndModification (Function)
Indicates the end of a series of actions performed in a Diagram document in a single event ("undo/redo")....
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.
SQLListSource (Function)
Lists the data sources declared on a local site.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLLast (Function)
Sets the position on the last row of the query result.
Passing parameters
The parameters can be passed to a procedure......
Service variable
The Service variable is used to......
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
The guide
The guide is a powerful search engine included in WINDEV, WEBDEV and WINDEV Mobile, allowing you to search for the referenced documents regarding a topic......
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
Various constants
List of various constants used by the constants WINDEV functions....
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
HDelete (Function)
Deletes a record from a data file (query or view).
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
SOAPAddXMLSignature (Example)
Usage example of the SOAPAddXMLSignature function