ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV concepts
Locking data files: correspondence between WINDEV 5.5 and the later versions
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
Use Facebook authentication (prefix syntax)
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
<Word Processing>.InfoXY (Function)
For a given position (coordinates of a point) in a Word Processing control, returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)....
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
<Table>.Display (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....
ERR_CANNOT_OPEN_FILE
DocInfoXY (Function)
For a given position in a Word Processing control (coordinates of a control point), returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)...
Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image properties......
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Z-index of a control
All the controls in a window or report have a different z-index......
NationRightToLeft (Function)
Allows you to find out whether the current language is written from right to left.
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
Automatic error handling
Error handling can be customized for each process......