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...
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
HRead (Function)
Reads a record in a file according to a given record number.
HTTPCreateForm (Function)
Creates an HTTP form.
geoTrackingProcedure (Function)
Defines the WLanguage procedure that will be called when the location of the user changes.
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
BurnerEject (Function)
Opens or closes the door of current burner.
Report based on a query
Queries are used to easily select records in one or more data files......
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
xlsClose (Example)
Usage example of the xlsClose function
SFRead (Function)
Retrieves the Salesforce records from their identifiers.
fListResource (Function)
Lists the resources integrated to the application.
SSH functions
The following functions are used to connect and communicate with a SSH server:...
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
MDIOpen (Function)
Opens and enables an MDI child window.
Configuring an application with User Groupware
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
Creating the Vision pages of the WEBDEV RAD pattern
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......