ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
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).
IntegerToWeekNumber (Function)
... 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.
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
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency...
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest...
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded...
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
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
>