ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LDAPFind (Function)
Performs a search in an LDAP server.
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
Programming automatic calculations in the columns of a Table control
9-slice scaling
The 9-slice scaling allows you to resize the images harmoniously......
DateDifference (Function)
Calculates the number of days between two dates.
Age (Function)
Returns the age according to the date of birth.
DatePicker (Function)
Opens the system date picker.
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
Handling menu options programmatically
The menu options can be handled......
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
Running the test of the User Groupware and installing it
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
Copying controls from the window editor
The controls can be copied from the window editor......
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
Configuring an application with User Groupware
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
Managing main window menus
A main menu is necessarily associated with a window......
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
CurrentDay( Function)
Returns the number of the current day in the current month.
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....