ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage...
ComponentInfo (Function)
Returns information about a component.
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
tapiBlindTransfer (Function)
Performs a "blind" transfer.
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
iSequencingAdd (Function)
Adds a report into a sequence of report prints.
GetDefinition (Function)
Retrieves the definition of element type.
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
Various constants
List of various constants....
Using a query with parameters
A query with parameters can be used......
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Fax constants
List of constants used by the functions for managing faxes....
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.