ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control...
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control.
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
StatVarianceP (Function)
Calculates the variance for a full series of values.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
HRead (Function)
Reads a record in a file according to a given record number.
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
grCreate (Function)
Creates a specific type of chart.
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
Configuring the server for the CGI/AWP protocol
To use WEBDEV, a Web server must to be found on the computer where WEBDEV is installed......
FinCurrentVal (Function)
Returns the current value of investment.
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Handling incoming or outgoing faxes
To send and receive faxes directly from an WINDEV application or a WEBDEV site, several functions allow you to handle faxes via the fax server available in Windows XP and Windows 2000......
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
Google Calendar management functions
List of functions for managing Google calendars...