ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SocketWrite (Function)
Writes a message intended to another socket.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
HCopyRecord (Example)
Usage example of the HCopyRecord function
Creating an action plan
The action plans group all actions that will be performed by the software factory....
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
SAPConnect (Function)
Connects a SAP R/3 system from the information given in the SAP structure....
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
Editing the WEBDEV style sheet
WEBDEV allows you to manage all the WEBDEV styles used in a project......
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
TwainToBMP (Function)
Allows you to perform one of the following actions: save the document coming from the Twain device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user interface of the device. save the document coming from the Twain device directly in memory in Bitmap format (in a buffer)....
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device on which the application is running.
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
GetDefinition (Function)
Retrieves the definition of element type.
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
Referring to an element in a WLanguage event / process
HOpenConnection (Example)
Usage example of the HOpenConnection function