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...
HTMLClass (Property)
The HTMLClass property reads and sets the value of the "class" HTML attribute of the control.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
TreeCollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
MySelf (Reserved word)
MySelf is used to handle the current control...
fOpen (Example)
Usage example of the fOpen function
Classes, members, methods and properties
A class is made of......
IFrame control
IFrame is an HTML concept......
Rights on the virtual directory
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
fWrite (Function)
Writes: a character string into an external file. a memory section....
zipDeleteAll (Function)
Deletes all files from an archive.
NetworkConnect (Function)
Associates a drive with a shared network directory.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
Various WEBDEV constants
Various WEBDEV constants...
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
How to fill a TreeView control?
This help page explains how to fill a TreeView control....
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......