ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
NullIfEmpty (Property)
The NullIfEmpty property is used to: Find out whether the value returned by the control is NULL if its content is empty. Configure the value returned by the control if its content is empty....
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
TwainToClipboard (Function)
Allows you to: copy the document coming from the Twain device into the clipboard. view the document coming from the Twain device in the user interface of device....
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
Installer skin template
The setup program creation wizard lets you customize the setup program windows......
Installing the monitor
The monitoring robot includes three executables......
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
RibbonEndExpandedMode (Function)
Collpases a collapsed ribbon that is temporily expanded.
HOpen (Function)
Opens a data file.