ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Browser code (WLanguage): Framework 2
Starting with version 22, WEBDEV offers a new WLanguage framework for browser code...
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
16. Types of code
Opens a replication in direct mode or with a replication server.
Global and local variable
Two types of variables are available...
Set of procedures
The global procedures are grouped in set of procedures...
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......