ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed....
MySQL Native 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...
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
Speech synthesis in the mobile applications
The phones can talk!......
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
Calendar (Type of variable)
The Calendar type is used to handle a calendar (or organizer) associated with a user account or found on the device.
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
Control (Type of variable)
The Control type is used to define the characteristics of a control.
KioskEnable (Function)
Switches the current Android application to kiosk mode.
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
The key items
Keys are specific items in your analysis......
zipListFile (Function)
Returns the list of files found in an archive.
zipOpen (Function)
Opens an existing archive.
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
Bluetooth constants
List of constants used by the Bluetooth functions....
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......