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.
Binding a Slider control to an item
A Slider control can be bound to an item in a data file, query, etc....
Associating an identifier with an element found in a TreeView control
The different methods to associate an identifier with an element found in a TreeView control....
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer,...
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
dImageToArray (Function)
... of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
Binding a WEBDEV slider to an item
A WEBDEV slider can be bound to an item in a data file, query, etc....
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
Bitwise operators
The operations on binary values are performed......
NET constants
List of constants used by the DotNet functions....
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client...
SOAP constants
List of constants used by the SOAP functions....
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types...
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value...
DataType (Function)
Identifying the type of a WLanguage variable.
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
DotNetRun (Function)
Runs a procedure on a .Net server.
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
SOAPRun (Function)
Runs a procedure on a SOAP server.
mongoDatabaseInfo (Type of variable)
The mongoDatabaseInfo type is used to define the advanced characteristics of information...
IntegerPart (Property)
The IntegerPart property is used to configure Numeric items.
1
2
3
4
5
6
19
>