ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateToInteger (Function)
Converts a date to an integer.
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
TimeToInteger (Function)
Converts a time to an integer.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
HiWord (Function)
Returns the two high bytes of an integer.
Int (Variable type)
The Int type is used to easily perform calculations on integer values...
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
<Date type>.ToInteger (Function)
Converts a date to an integer.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.