ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table,Select,? (External language)
Returns the index of the selected element in a Table control.
Table,Insert (External language)
Inserts an element into a table at a given position.
Table,Modify (External language)
Modifies an element in a Table control.
Table,Count (External language)
Returns the number of elements in a Table control.
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control populated programmatically.
Table,Get (External language)
Retrieves the value of a given element or the value of the selected element in a table.
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
Table,Select,+ (External language)
Selects an element in a Table control.
Table,Delete (External language)
Deletes an element from a Table control.
Windows,TCurrent (External language)
Modifies the title of the current window.
Windows,Title (External language)
Modifies the title of the next window (or dialog box) displayed.
Windows,TNext (External language)
Modifies the title of the next window (or dialog box) displayed.
TaskLast (Function)
Reads the last task in a Lotus Notes or Outlook task list.
TaskPrevious (Function)
Reads the task found before the current task in the task list of a Lotus Notes or Outlook messaging.
TaskFirst (Function)
Reads the first task found in the task list of a Lotus Notes or Outlook messaging.
TaskNext (Function)
Reads the task found after the current task in the task list of a Lotus Notes or Outlook messaging.
<sshSession variable>.SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
<sshSession variable>.SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
HOnError (Function)
Customizes the management of HFSQL errors.
LST: The Technical Support Newsletter, the WINDEV and WEBDEV magazine
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
<Source>.ListItem (Function)
Returns the list of items in a data file (query or view) recognized by the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account.