ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Functions for handling Combo Box controls (prefix syntax)
The following functions are specific to the Combo Box controls, using prefix syntax:
TimeToInteger (Function)
Converts a time to an integer.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
Screen,Get (External language)
Retrieves the value in a control or in a variable.
Date management constants
List of constants used by date management functions...
Combo Box control functions
List of functions for handling the Combo Box controls...
Description (Property)
The Description property is used to get and change the page description.
Age (Function)
Returns the age according to the date of birth.
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime....
InDays (Property)
The InDays property is used to convert a Duration variable to days.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
Bluetooth functions
List of Bluetooth functions...
KeyCompareKey (Function)
Compares an initial key with an activation key.
AppInstallUPD (Function)
Triggers the automatic update of current application.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
KeyGetIdentifier (Function)
Retrieves the identifier that was used to generate an initial key.
SQLExec (Function)
Names and runs an SQL query.
KeyGenerateInitialKey (Function)
Generates the initial key (unique license number) for the activation system of the application.
Manipulating TreeView controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a TreeView control through programming......
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Date (Type of variable)
The Date type enables you to easily handle the dates...