ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV applications for Linux: Specific features
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
dSlice (Example)
Usage example of the dSlice function
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
ControlInfoXY (Function)
Returns the name of the control located at a given position.
RibbonHighlightPane (Function)
Highlights a tab in a Ribbon control.
WinIconBarHeight (Function)
Returns or modifies the current height of the "Icon Bar" area in the current MDI parent window.
BurnerSave (Example)
Usage example of the BurnerSave function
"?" menu
WINDEV proposes a help menu adapted to your applications......
fDir (Example)
Usage example of the fDir function
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
ArrayCopy (Function)
Copies the content of an array to another array.
SAPConnect (Function)
Connects a SAP R/3 system from the information given in the SAP structure....
CameraConfigure (Function)
Allows you to configure the video capture driver.
VideoConfigure (Function)
Allows you to configure the video capture driver.
tapiBlindTransfer (Function)
Performs a "blind" transfer.
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
Events associated with an Organizer control
The following events are associated with Organizer controls:...
OutlookStartSession (Example)
Usage example of the OutlookStartSession function
Looper constants
List of constants used by the functions for managing looper controls....
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......