ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
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.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
Int (Variable type)
The Int type is used to easily perform calculations on integer values...
LoWord (Function)
Returns the two low bytes of an integer.
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records...
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
The key items
Keys are specific items in your analysis......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types...
kbCard (Type of variable)
The kbCard type defines all the advanced characteristics of a card in a Kanban control.
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode...
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive...
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications...
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
Global and local variable
Two types of variables are available......
Hasp (Function)
Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp).
InfoVersion (Type of variable)
The InfoVersion type is used to find out the characteristics of a specific application version.
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone...
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
notificationFormat (Type of variable)
The notificationFormat type is used to describe the display format of a notification when this one...
dSaveImage (Function)
dSaveImage is kept for backward compatibility.