ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
URL Rewriting
URL Rewriting is a technique used to improve SEO......
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
Type and version of Web server
The configuration diagnostic displays the following error......
License agreement for Native Sybase Connector
License agreement for Native Sybase Connector...
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
ProgressBar (Property)
The ProgressBar property is used to identify and change the Progress Bar control used when calculating a Pivot Table control (PVTCalculateAll and PVTCalculateUpdate functions).
Pinned (Property)
The Pinned property is used to: Pin a control: the position of the pinned control will be relative to the visible area of its container and not to the content area. Determine if a control is pinned....
Project Management Hub: Statistics
When managing a project, you must keep track of some indicators to understand the evolution of the project, its schedule, ......
Specific features of the Express version
ERR_TIMEOUTINIT
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......