ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

tapiCallEnd (Function)
Returns the date and time of the end of call.
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
iDocumentCanceled (Function)
Used to find out whether the current print was canceled by the user.
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
WDInst : languages supported by the setup
If your applications must be installed in several countries, the setup editor WDInst gives you the ability to generate a multilingual setup......
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
BTLEInitializeDevice (Function)
Initializes a Bluetooth Low Energy device in Windows.
HSynchronizeReplica (Example)
Usage example of the HSynchronizeReplica function
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
sfObject (Type of variable)
The sfObject type is used to describe a record of a SalesForce file...
hScheduledOptimization (Type of variable)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task on an HFSQL server.
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
httpProgress (Type of variable)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
btleDevice (Type of variable)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
btleCharacteristic (Type of variable)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
psheetSelection (Type of variable)
The psheetSelection type is used to find out the advanced characteristics of a selection in a Spreadsheet control.
sysNotificationButton (Type of variable)
The sysNotificationButton type is used to define all the advanced characteristics of Button control in an interactive notification.
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......