ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Calling a procedure/a function
Syntax for calling a local or global procedure.
HOpen (Function)
Opens a data file.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
<Variable DiskFile>OpenTempFile (Function)
Creates and opens a temporary file.
<Variable DiskFile>.Open (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
WiFiActivate (Function)
Enables or disables Wi-Fi on the device.
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
LibraryPanelVisible (Property)
The LibrayPanelVisible property is used to: determine if the "Library" panel is displayed in a Diagram Editor control. show or hide the "Library" panel in a Diagram Editor control....
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
Operations performed on state-transition diagrams
The following paragraphs explain......
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
Programming the table cells
The Table controls can be handled......
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
PicCreate (Function)
Creates an image in the Image Editor control.
<Scheduler>.AddAppointment (Function)
Adds a new appointment into a Scheduler control.
Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
Events associated with Combo Box controls
List of events associated with Combo Box controls...
Code statistics
The code statistics affect......
<Connection variable>.Backup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
BrowserShare( Function)
Starts native device sharing.
Constants for managing streams (sound and video)
List of constants used by the functions for managing the streams (sound and video)....