ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTTPCertificate (Function)
Modifies the client certificate used by default to identify oneself on a server.
Handling TimeLine controls programmatically
A TimeLine control can be......
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
Server (Property)
The Server property is used to manage servers.
LDAPDisconnect (Function)
Used to disconnect from a specific LDAP server.
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
SchedulerDisplay (Function)
Reinitializes the content of a Scheduler control from its data source (HFSQL file for example).
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
HaspHLRead (Function)
Reads data (character string or buffer) in the internal memory of the Hasp key.
HaspHLWrite (Function)
Writes data (character string or buffer) into the internal memory of the Hasp key.
Query and project
awSendAndGetInfo (Function)
Sends data from an iOS phone to an Apple Watch (or conversely) while expecting a response.
<Looper>.RecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
<Table>.RecNum (Function)
Returns the number of the current record in a Table control based on a data file.
<Scheduler>.Display (Function)
Reinitializes the content of a Scheduler control from its data source (HFSQL file for example).
<Source>.ActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
<Source>.Alias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
<Table>.ToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
<Table>.ToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
"?" menu
WINDEV proposes a help menu adapted to your applications......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......