ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

xxWDGetReturnValue
Used to retrieve the return value further to a call to nWDEvaluate, nWDExecute or nWDExecuteEx......
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
Val (Function)
Returns the numeric value of a character string.
BTConnectDevice (Function)
Allows you to be authenticated toward a Bluetooth device.
BTListRadio (Function)
Returns the list of Bluetooth radios connected to the computer.
BTInfoRadio (Function)
Returns specific information about a Bluetooth radio connected to the computer.
BTDisconnectDevice (Function)
Cancels the authentication beside a Bluetooth device.
ExeTerminate (Function)
Ends the execution of a 32-bit application on the current computer: all the instances of the executable are killed.
Specific features of the Express version
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
BTListService (Function)
Returns the list of services provided by a Bluetooth device.
wWDGetReturnValueType
Type of the return value of the last nWDExecute, nWDExecuteEx or nWDEvalue statement]......
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
FolderData (Function)
FolderData is kept for backward compatibility.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
14. Generation modes
Generation modes...
SNMP constants
List of constants used by the SNMP functions....
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
Creating the Table pages of the WEBDEV RAD pattern
Windows
The windows represent the main interface of a WINDEV application......
HFSQL Client/Server: Configuring the server