ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Code statistics
The code statistics affect...
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)...
Snap to grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid...
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options...
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...
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site...
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls...
Testing a static page
The test of a single page runs the current page in WEBDEV...
Enlarging a window or page
Modern UIs generally use larger windows, pages and fonts...
Project comparator
Comparing two windows (two pages, two reports, two classes, ...
The "Modifier"pane
The "Modifier" pane is used to view and/or modify, from the window editor, page editor or report editor, the main characteristics...
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.
Page with parameters
Resizes an external file.
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV...
Code history
The code history is used to...
WEBDEV: Pages created via the RAD model
The page creation wizard offers many types of pages associated with HFSQL tables...
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.
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...
Developing sites for specific platforms
Websites can be displayed on many devices (Android, iPhone, etc.)...
Printing to PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
Icon (Property)
The Icon property is used to: Find out the icon displayed in the title bar of a window or a Dockable Panel control. Change the icon displayed in the title bar of a window or a Dockable Panel control....
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
Internal component description
The description of an internal component can opened at any time......
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
HListFile (Function)
Returns the list of files: current database schema. database schemas in progress (projects with multiple database schemas). a specific database schema recognized by the HFSQL engine. available on a connection via a Native Connector or an OLE DB driver. for a group of files defined in the data model editor....
FilePath (Property)
The FilePath property gets the name of the file associated with a control.
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
TransparencyMode (Property)
The TransparencyMode property gets and sets the transparency mode of an image.
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
fFileName (Function)
Returns the name of an external file that is currently opened.
CalendarPicker (Function)
Opens a modal dialog with a calendar to enter a date.
Screen,Current (External language)
Retrieves the name of the control being edited and its index, if necessary.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
DNSAddAddress (Function)
Adds an IP/Name relation into the DNS server....
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.