ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BrowserSlice (Function)
Returns the number of the slice displayed in a page in Responsive Web Design mode.
SysXRes (Function)
Returns the horizontal screen resolution.
MaxWidth (Property)
The MaxWidth property is used to get and change the maximum width of a control or window.
sysNotificationInput (Type of variable)
The sysNotificationInput type is used to define all the advanced features of an input control, such as a text input or combo box control, in an interactive notification.
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
Reverse (Function)
Returns the character that corresponds to the difference between the ASCII code of a specific character in a string and 255.
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
AJAXAsynchronousCallPending (Function)
Used to find out whether a server procedure called by AJAXExecuteAsynchronous is currently run.
FinNetCurrentVal (Function)
Returns the net current value of investment.
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
HTMLClassToggle (Function)
Toggles a class in the HTML classes of a control: if the class does not exist, it is added; if the class already exists, it is deleted.
Events associated with an Organizer control
The following events are associated with Organizer controls:...
MatDeterminant (Example)
Usage example of the MatDeterminant function
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
MatInvert (Example)
Usage example of the MatInvert function
gImageExists (Function)
Checks whether an image was loaded in memory.