ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MovableByBackground (Property)
The MovableByBackground property is used to: find out whether a window can be moved by the background, allow (or not) a window to be moved by the background....
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
HideWhileScrolling (Property)
The HideWhileScrolling property is used to: Determine if the pinned control is hidden while scrolling, Show or hide the pinned control while scrolling....
OpenMobileWindow (Function)
Opens a window in a mobile application.
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
FinNetCurrentVal (Example)
Usage example of the FinNetCurrentVal function
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
RibbonCloseGrouping (Function)
Closes the group currently open in a Ribbon control.
DnDCursor (Example)
Usage example of the DnDCursor function
BitcoinValidAddress (Function)
Checks whether a Bitcoin wallet address is valid.
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
DnDEvent (Example)
Usage example of the DnDEvent function
MDIActive (Function)
Identifies or displays an MDI child window in the foreground.
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
Popup window
WINDEV allows you to open windows in popup format......
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....
Constants for managing Wi-Fi functions
Constants for managing Wi-Fi functions...
CertificateSignFile (Function)
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.
gpwUser (Type of variable)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV User Groupware.
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...