ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Page with parameters
Page editing: 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.
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...
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV...
Testing a static page
The test of a single page runs the current page in WEBDEV...
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls...
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)...
Enlarging a window or page
Modern UIs generally use larger windows, pages and fonts...
WEBDEV: Pages created via the RAD model
The page creation wizard offers many types of pages associated with HFSQL data files...
Snap to grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid...
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...
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...
Project comparator
Comparing two windows (two pages, two reports, two classes, ...
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.
Code statistics
The code statistics affect...
<WDPic variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPic image with an Alpha channel.
<picLayer variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPicLayer image with an Alpha channel.
DateToDateInYear (Function)
Returns the number of the day in the year corresponding to a given date.
<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Type Date>ToDayInYear (Function)
Returns the number of the day in the year corresponding to a given date.
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
Error 2: Incomplete line
Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
Managing space characters in the searches?
Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
The Carousel control
The Carousel control is used to display an animated menu made of images......
apFullProjectName (Function)
Retrieves the full physical name of a project opened during the execution of an action plan.
Creating and handling an item
The main operations that can be performed on an item are as follows......
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
Error 31: The file to include is not found. Check the name and path ...
UndockablePane (Property)
The UnlockablePane property is used to: Determine if the end user can move the panes of a Ribbon or Dynamic Tab control outside the window. Allow or prevent the end user from moving the panes of a Ribbon or Dynamic Tab control outside the window....
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
Creating a select query
A select query (corresponding SQL statement......
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.