ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTTPRequest (Example)
Usage example of the HTTPRequest function
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
HChangeLocation (Function)
Modifies the search mode of physical tables (.FIC, .NDX, ...).
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
Repetition (Type of variable)
The Repetition type is used to describe and modify the characteristics of a repetition for an appointment via the different WLanguage properties.
Event (Type of variable)
The Event type is used to define all the advanced characteristics of an event: birthday, saint's day, ......
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
Source (Property)
The Source property can be used on: Chart control field field: in this case, the Source property indicates the source of the series: table column, list of values, etc, ... a connection: in this case, the Source property is used to identify or define the source of a connection (HFSQL Client/Server, OLE DB, etc.).....
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
WinRefreshVisible (Function)
Modifies or returns the visibility state of the refresh bar in a window.
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
SFRead (Function)
Retrieves the Salesforce records from their identifiers.
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
sshSession (Variable type)
The sshSession type is used to define the characteristics of a connection to an SSH server.
Programming the browsing Looper controls
These are the main concepts for programming data-bound Looper controls......
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a table. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a table. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
Various WEBDEV constants
Various WEBDEV constants...
Constants for managing videos
List of constants used by the functions for video management....
NetworkDisconnect (Function)
Disconnects a network drive.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function