ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Action Bar control functions
The following functions are used to manipulate Action Bar controls...
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window ...
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information...
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Sitemap file for Google
To better analyze the content of the sites, the search engine of Google is using an XML file named "Sitemap" (if it is available)......
EmailCheckAddress (Function)
Checks the validity of an email address.
HFSQL constants
List of constants used by the HFSQL functions....
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
gglConnection (Type of variable)
The gglConnection type is used to describe a connection to the Google services and to manage the authentication to different services...
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....
SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account......
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
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.
Control (Type of variable)
The Control type is used to define the characteristics of a control.
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
Creating anchors
The anchors are used to define specific points in a help page......
Frequently asked questions about Automatic Update
Frequently asked questions about the update search mechanism....
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
zipListFile (Function)
Returns the list of files found in an archive.
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
Variable scope
Variables can be declared anywhere in the code....