ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
<Table>.InsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
HTMLValidateForm (Function)
Validates a form in an HTML page displayed in an HTML Display control.
HTMLEditorGetDocument (Function)
Asynchronously retrieves the HTML document being displayed in an HTML Edit control.
HTMLFindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document (or an HTML node).
<HTML editor>.GetDocument (Function)
Asynchronously retrieves the HTML document being displayed in an HTML Edit control.
<HTML Display control>.ValidateForm (Function)
Validates a form in an HTML page displayed in an HTML Display control.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
tapiCallStart (Function)
Returns the date and time of the beginning of call (incoming or outgoing call).
tapiListen (Function)
Starts the call detection (also called "call monitoring service").
<Table>.InputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web services......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Handling Rating controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle Rating controls programmatically....
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
Programming custom calculations in Table controls
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.