ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found...
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options...
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user.
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Page with parameters
Resizes an external file.
Automatic positioning
When moving a control in a window, in a page or in a report, guides are automatically displayed by the real-time interface checker (also called automatic positioning)...
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site...
Developing sites for specific platforms
Websites can be displayed on many devices (Android, iPhone, etc.)...
Testing a static page
The test of a single page runs the current page in WEBDEV...
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor.
fWriteLine (Example)
Usage example of the fWriteLine function
fTime (Example)
Usage example of the fTime function
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
iColumnEnd (Function)
Forces a column break in a multi-column report.
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
XLSCell type: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
InfoVersion (Type of variable)
The InfoVersion type is used to find out the characteristics of a specific application version.
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
HAlias (Example)
Usage example of the HAlias function
zipExtractAll (Example)
Usage example of the zipExtractAll function
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
ServiceInfo (Function)
Returns information regarding the configuration of a service.
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
OpenSister (Example)
Usage example of the OpenSister function
HForward (Example)
Usage example of the HForward function
zipFindFile (Example)
Usage example of the zipFindFile function
pdfBookmark (Type of variable)
The pdfBookmark type is used to define all the advanced characteristics of a bookmark in a PDF document.
HSetPosition (Example)
Usage example of the HSetPosition function