ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
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.
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
Constants for managing contact 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...
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
Setup directory
The setup wizard allows you to configure the setup directory of application....
Software license agreement
WINDEV Express license agreement...
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
dFont (Example)
Usage example of the dFont function