ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Looper control
A Looper control is used to repeat the controls found in a specific area......
<Table>.SelectPlus (Function)
Selects a row in a Table or TreeView Table control.
<Table>.SelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
<Table>.Position (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
<Table>.Count (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
AppointmentAdd (Function)
Adds an appointment: in a Lotus Notes or Outlook calendar. in a calendar on a mobile device (Android or iOS)....
<Table>.Modify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
iDestination (Function)
Configures the print destination.
BTConnectDevice (Function)
Allows you to be authenticated toward a Bluetooth device.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
BTInfoRadio (Function)
Returns specific information about a Bluetooth radio connected to the computer.
BTDisconnectDevice (Function)
Cancels the authentication beside a Bluetooth device.
Bluetooth constants
List of constants used by the Bluetooth functions....
Constants for the Exif functions
List of constants used by the Exif functions....
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
fWrite (Function)
Writes: a character string into an external file. a memory section....
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
<Table>.DeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, tables displayed in a Combo Box control....
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...