ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
HDescribeItem (Function)
Describes a file item through programming.
HMode (Function)
Changes the mode and the method for locking data files.
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
GglUploadDocument (Function)
Uploads a document to the Google server.
SQLConnect (Example)
Usage example of the SQLConnect function
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
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...
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
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....
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account......
Automatic index generation
The automatic index generation suggests index keywords based on the content of your help page......
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
EventChange (Function)
Modifies the status of an event.
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
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....
HourglassNetwork (Function)
Displays or hides an endless gauge in the title bar of Android application windows .
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....