ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
CalendarSelectPlus (Function)
Selects a date in a Calendar control.
TextWidth (Function)
Calculates the width (in pixels) of the text displayed in an edit control, in a Combo Box control or in a Static control.
TextHeight (Function)
Calculates the height (in pixels) of the text displayed in an edit control, in a Static control or in a Combo Box control.
ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
HCompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
VibrationTrigger (Function)
Triggers the vibrations of the device.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
HModifyDatabaseRights (Function)
Modifies the rights granted to a user or to a group for a HFSQL Client/Server database....
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
SourceWindow (Property)
The SourceWindow property is used to get the source of an internal window (i.e. the internal window displayed by the Internal Window control).
HSetCache (Function)
Used to configure the management of caches in the HFSQL Client/Server engine....
HListConnectedUser (Function)
Lists the users currently connected to one or more files handled by a Client/Server connection....
HDeleteDatabase (Function)
Deletes a database located on an HFSQL server.
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
AdditionCompleted (Property)
The AdditionCompleted property determines if an element was added to a queue, list or stack, or if the operation is in progress.
HModifyFileRights (Function)
Modifies the rights granted to a user or group on an HFSQL Client/Server data file....
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......