ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API
API (Function)
Runs a function found in an external DLL.
CallDLL32 (Function)
Runs a function found in an external DLL.
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
ServiceRefresh (Function)
Asks a service to re-read its configuration information.
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
TrustedCertificateAdd (Function)
Adds a certificate to the list of trusted root authorities used to validate certification strings.
Beep (Function)
Emits a beep.
NetSendBuffer (Function)
Transmits a character string to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
SocketConnectInfrared (Function)
Connects a client computer to a given socket via the infrared port.
Compile (Example)
Usage example of the Compile function
Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
Constants for managing contact functions
FTP constants
List of constants used by the FTP functions....
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
Setup directory
The setup wizard allows you to configure the setup directory of application....
Assignment operators
Three assignment operators are available......
SocketConnect (Function)
Connects a client computer to a given socket.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
SNMPLoadMIB (Function)
Loads a MIB file in memory and analyzes it.
OrganizerDisplay (Function)
Reinitializes the content of an Organizer control from its data source (HFSQL data file for example).
DDEError (Function)
Returns the runtime status report of a DDE function.
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
EmailDeleteMessage (Example)
Usage example of the EmailDeleteMessage function