ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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)....
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
Summary table: Managing the application directories according to the platform
sInEntryQueue (Function)
Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port.
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.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
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
Gantt Chart control properties
You can manipulate Gantt Diagram columns in Table or TreeVew Table controls using the following WLanguage properties......
grLineThickness (Function)
Retrieves and/or modifies the value of the line thickness in a line chart....
Handling Word Processing controls programmatically (prefix syntax)
A Word Processing control can be handled through programming......
HCloseConnection (Example)
Usage example of the HCloseConenction function
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
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).
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Table control populated programmatically: WLanguage (prefix syntax)
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
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....
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......