ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Set of procedures
The global procedures are grouped in set of procedures...
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code.
16. Types of code
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Local procedure
Two types of procedures are available...
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
GglGetCalendar (Example)
Usage example of the GglGetCalendar function
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
Creating the Form windows of a WINDEV RAD pattern
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
GglListCalendar (Example)
Usage example of the GglListCalendar function
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
XML management: Use example
This application example manages an XML file named "Orders......
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
XMLNext (Function)
Positions on the next element (tag or attribute).
KeyPressed (Function)
Checks which key is pressed.
LocalStorageGet (Function)
Retrieves a value from the local storage.
LocalStorageDelete (Function)
Deletes a value from the local storage.
LocalStorageDeleteAll (Function)
Deletes all the values from the local storage.
LocalStorageOccurrence (Function)
Returns the number of values for the local storage.
LocalStorageValueName (Function)
Returns the name of a value for the local storage.
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...