ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Parallel task management functions
The following functions are used to manage parallel tasks
Captcha functions
The Captcha functions are as follows:
Functions for managing multiple languages
Functions for managing multiple languages
WEBDEV scheduled task management functions
The following functions are used to manage scheduled WEBDEV tasks:
Sliding Banner functions
The following functions are used to manage the Sliding Banner control:
Functions for managing parallel tasks (prefix syntax)
The following functions are used to manage parallel tasks
Functions for managing AAFs (Automatic Application Features)
The following functions are used to manage AAFs (Automatic Application Features):
Functions for managing Breadcrumb controls
List of functions for managing Breadcrumb controls
FinRepayVal (Function)
Returns the amount of each regular payment for an investment with fixed interest rate and fixed payment.
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.
ArcCos (Function)
Returns the arc cosine of a numeric value (integer or real).
DateToDay (Function)
Returns the day that corresponds to a given date.
ArcSin (Function)
Returns the arc sine of a numeric value (integer or real).
ArcTan (Function)
Returns the arc tangent of a numeric value (integer or real).
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Cos (Function)
Calculates the cosine of an angle.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
CoTan (Function)
Calculates the cotangent of an angle.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
IsOdd (Function)
Identifies an odd number.
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
IsEven (Function)
Identifies an even number.
Exp (Function)
Calculates the exponential of a numeric value (reverse of Napierian logarithm).
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
Log (Function)
Calculates the decimal logarithm of a numeric value.
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
Max (Function)
Returns the greatest value passed as parameter.