ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The structure of the file for remote control
The management of remote control uses a file in INI format......
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
DurationToString (Function)
Converts a duration to a character string in the specified format.
DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error]......
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
DateToDay (Function)
Returns the day that corresponds to a given date.
DateToInteger (Function)
Converts a date to an integer.
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Principle of remote check
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
DateDifference (Function)
Calculates the number of days between two dates.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.