ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

8. Traffic statistics of dynamic sites
10. Customizing the aspect of a site: skin elements
9. Overlaying controls
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Declaring and using a variable
A variable is defined by name and type......
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
LooperInsertIP (Function)
Inserts a row as an internal page into a Looper control populated programmatically.
Various WEBDEV constants
Various WEBDEV constants...
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
JSProperty (Function)
Used to handle specific features on the objects found in the current page.
Keywords (Property)
The Keywords property is used to get and modify the keywords associated with a page.
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
MenuAddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
AlternativeText (Property)
The AlternativeTextproperty is used to get and edit the alternative text of controls in a page.
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......