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...
14. Managing the "Back" button in practice
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
ShellExecute (Function)
Opens a document in its associated application.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
ChangeTarget (Function)
Changes the target of a button action.
HTMLToRGB (Function)
Converts the HTML color into RGB color.
FullScreenDisable (Function)
Disables the "Full screen" mode of browser.
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
The Multimedia control
The Multimedia control is used to play multimedia files......
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Constants for encryption/compression
List of constants used by the encryption/compression functions...
The Time control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
MapPolyline (Type of variable)
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control.