ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

IsOdd (Function)
Identifies an odd number.
Cos (Function)
Calculates the cosine of an angle.
CoTan (Function)
Calculates the cotangent of an angle.
Root (Function)
Returns the root of a number.
Sin (Function)
Returns the sine of an angle.
Tangent (Function)
Calculates the tangent of an angle.
Exp (Function)
Calculates the exponential of a numeric value (reverse of Napierian logarithm).
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
Log (Function)
Calculates the decimal logarithm of a numeric value.
WINDEV and telephony
WINDEV allows you to easily manage the incoming and outgoing phone calls via the WLanguage telephony functions......
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
Modulo (Reserved word)
Returns the remainder of a division.
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
Declaring and using a variable
A variable is defined by name and type......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
IsEven (Function)
Identifies an even number.
EndTimerSys (Function)
Ends the execution of a timer triggered by TimerSys.
ColorHue (Function)
Calculates the hue of a color.
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
InPocketSimulatorMode (Function)
Indicates whether the code is run in the Pocket simulator. Function kept for backward compatibility....
InAndroidMode (Function)
Indicates whether the code is run in Android mode.