ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
SpeechRecognitionDeleteCommand (Function)
Deletes a voice command previously added with SpeechRecognitionAddCommand.
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
SpeechSynthesisReadFile (Function)
Reads the content of the specified file by using the engine for speech synthesis found on the device.
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend for an HTTP domain....
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
Text (Property)
Text is used to find out whether an item is a text item.
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text, ...). the list of created duplicate files....
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
HDeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
HDeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
HListGroup (Function)
Returns the list of groups of users defined for a connection.
HListUser (Function)
Returns the list of users defined for a connection.
InWindowsPhoneMode (Function)
Indicates whether the code is run in Windows Phone mode. Function kept for backward compatibility....
VariantConvert (Function)
Converts the value stored in a Variant variable].
Underline (Property)
The Underline property is used to: Find out whether a Font variable is underlined. Underline (or not) a Font variable....
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
Date and Time management functions
List of functions for managing dates and times...
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
ControlClone (Function)
Creates a new control from an existing control.