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.
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must...
Border (Type of variable)
The Border type is used to handle a border through programming...
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes...
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
InstantMessaging (Type of variable)
The InstantMessaging type is used to define the advanced characteristics of the instant messaging...
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite...
Constants for managing Big Data Redis databases
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
grCreateFont (Function)
grCreateFont is kept for backward compatibility.
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
iOutputInfo (Type of variable)
The iOutputInfo type is used to get the details of a report print or export job, or the details...
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
docElementImage (Type of variable)
The docElementImage type is used to handle the characteristics of an Image element found...
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control...
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
grParameter (Function)
Retrieves or modifies a chart parameter.
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
hRSConfig (Type of variable)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL...
Structure (Type of variable)
A structure is a custom type of data...