ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
Remote WEBDEV administrator: Importing the statistics
The remote WEBDEV administrator proposes a module for managing the statistics. This module is used to import the statistics of a site....
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
WINDEV License Agreement
WINDEV License Agreement...
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
ErrorBuild (Function)
Displays a custom error message in a system error window.
ControlClone (Function)
Creates a new control from an existing control.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......