ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Social network: Available targets
This page presents the different possibilities of Social Network control according to the selected options......
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
Creating the menus for the windows of the WINDEV RAD pattern
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
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....
User Groupware files
Two categories of data files are managed......
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.