ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications.
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Options of the window editor
To configure the general options of the window editor......
Using the advanced types
The advanced types (XLS variables, ggl variables, ......
gpwOpenLDAPSession (Function)
Informs the User Groupware that the authentication of users will be done via an LDAP directory.
hbDelete (Function)
Deletes: one or more cells from an HBase table for one or more columns. a row from an HBase table....
<Table>.Save (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
<List Box>.InfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
Events associated with Internal Page controls
List of events associated with internal pages and Internal Page controls
The planes in WEBDEV
The planes are used to group the controls of an element......
Programming an indexed control
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....