ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
HTTPRequest (Function)
Starts an HTTP request on a server.
HChangeConnection (Example)
Usage example of the HChangeConnection function
grLineThickness (Function)
Retrieves and/or modifies the value of the line thickness in a line chart....
2. Projects in practice
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
HConnect (Example)
Usage example of the HConnect function
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
HCloseConnection (Example)
Usage example of the HCloseConenction function
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
Handling Word Processing controls programmatically (prefix syntax)
A Word Processing control can be handled through programming......
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
grLabel (Function)
Indicates various parameters of additional legend in a chart.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
Printing the content of a pivot table (AAF)
Pivot Table controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
Table control populated programmatically: WLanguage (prefix syntax)
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
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......
FileDisplay (Example)
Usage example of the FileDisplay function