ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
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.
DateToInteger (Function)
Converts a date to an integer.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
<Date type>.ToInteger (Function)
Converts a date to an integer.
Int (Variable type)
The Int type is used to easily perform calculations on integer values...
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real)....
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
IntegerToWeekNumber (Function)
... is an integer).
NumToFinancialWritingChinese (Function)
Converts a numeric value (integer, real or currency) to a string in the Chinese financial writing...
Error 20: The variable of the FOR loop should be a real
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest...
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency...
EndPosition (Property)
Use in the docFragment class - Read + Write access - Type: Integer32
Effect (Property)
Use in the GuidedVisitStage class - Access in get + Write - Type: Integer32
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded...
Error 108: The size of the variable is not allowed
Error 19: The step of this FOR loop must be constant
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer,...
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
Binding a Spin control to an item
A Spin control can be bound to an item in a data file, query, etc....
Handling a Looper control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Looper control by programming......
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
Currencies
A currency is a real coded on 10 bytes....
Binding a Scrollbar control to an item
A scrollbar can be bound to an item in a data file, query, etc....
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
1
2
3
4
5
6
19
>