ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
SFConvertLead (Function)
Converts the leads.
HTMLEditorGetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
NbItem (Property)
The NbItem property is used to get the total number of items (including composite keys) in a record of: a file described in the data model editor, a file described programmatically, an HFSQL view, a query....
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
SNMPLoadMIB (Function)
Loads a MIB file in memory and analyzes it.
EmailChangeStatus (Function)
Changes the status of an email on a messaging server.
OrganizerDisplay (Function)
Reinitializes the content of an Organizer control from its data source (HFSQL data file for example).
KeyGenerateInitialKey (Function)
Generates the initial key (unique license number) for the activation system of the application.
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
grSurfaceAddData (Function)
Adds a data into a Surface chart.
OLECreateEmpty (Function)
Associates an OLE control with an OLE object by invoking a specific OLE server.
SFEmptyRecycleBin (Function)
Clears the specified records from the Salesforce recycle bin.
HTMLEditorGetDocument (Function)
Asynchronously retrieves the HTML document being displayed in an HTML Edit control.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
Vocabulary linked to replication
Before implementing the replication, you must be familiar with the vocabulary specific to the replication.
AnimationMinFPS (Function)
Configures the minimum number of images per second in order for the animations (transition effects) to be enabled in the controls.
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
MaxLinkedCardinality (Property)
The MaxLinkedCardinality property is used to get and modify the maximum cardinality of the related item in the link.
ContactList (Function)
Lists the device contacts corresponding to the specified criteria.
RunReportsAndQueries (Function)
Starts Reports and Queries and opens the WINDEV project corresponding to the current application.
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.