ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search results
25 results for: integer
HiWord (Function)
Returns the two high bytes of an integer.
LoWord (Function)
Returns the two low bytes of an integer.
DateToInteger (Function)
Converts a date to an integer.
<Date type>.ToInteger (Function)
Converts a date to an integer.
Error 116: An array dimension must be an integer value
The different types of integers
Information 2102: 'Long' does not exist anymore: the integers are coded on 4 bytes
SystemIntegerToInteger (Function)
Converts a system integer to a 4-byte integer.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary:...
TimeToInteger (Function)
Converts a time to an integer.
IntegerPart (Function)
Returns the integer part of a number.
Factorial (Function)
Returns the factorial of an integer number.
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
CurrentYear (Function)
Returns the current year in integer format.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
Operator on Address
The & operator returns the address of a variable as an integer
ArcCos (Function)
Returns the arc cosine of a numeric value (integer or real).
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).
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
Information 2101: 'Short int' does not exist anymore: use 'unsigned 1-byte int'