ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
SpeechRecognitionDeleteCommand (Function)
Deletes a voice command previously added with SpeechRecognitionAddCommand.
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
DefaultValue (Property)
The DefaultValue property is used to: Find out the default value of an item. This item was defined in the data model editor or through programming. Define the default value of an item (when describing the item through programming)....
fDelete (Function)
Deletes a file accessible from the current computer.
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
ArrayToParameters( Function)
Converts an array of elements into a list of parameters.
SNMPTrapEnable (Function)
Enables the interception of an SNMP "trap" sent by an agent.
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
fFileName (Function)
Returns the name of an external file that is currently opened.
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
EmailReadNext (Example)
Usage example of the EmailReadNext function
HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
Constants for managing certificates
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
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....
SemaphoreCreate (Function)
Creates a semaphore.
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).