ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Log (Function)
Calculates the decimal logarithm of a numeric value.
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.
DateDifference (Function)
Calculates the number of days between two dates.
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.
Cos (Function)
Calculates the cosine of an angle.
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.
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
Min (Function)
Returns the lowest value.
AnimationSetParameter (Function)
Changes one of the animation parameters used for: an animated image (in an Image control), an animated text (in a Static control)....
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
eChangeCurrency (Function)
Converts a currency into another currency.
DecimalPart (Function)
Returns the decimal part of a number.
ToolbarPosition (Function)
Indicates the display mode of a Toolbar control.
EventCreate (Function)
Creates an event.