ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
DocOpen (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
FirstDayOfYear (Function)
Returns the date of the first day of the year.
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
DisplayOrphan (Property)
The DisplayOrphan property is used to: Determine whether a row or column in a Pivot Table control is displayed when it has no parent. Change the display mode of a row or column in a Pivot Table control when it has no parent....
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
Executable: Project backup
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Compatibility between external components and deployed applications
A component can evolve in many ways......
Comparison operators
The comparison operators can be divided into several categories......
Open (External language)
Opens a window.
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
Clipboard management functions
List of functions for managing the clipboard...
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
WLanguage procedure called by fCopyDir
WLanguage procedure ("callback") called by fCopyDir for each copied file. This procedure is used to handle the current file.
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...