ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Windows,Title (External language)
Modifies the title of the next window (or dialog box) displayed.
Table,Col (External language)
Returns the current index of the column.
Table,Save (External language)
Updates or adds a record in the data file linked to the 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,Select,? (External language)
Returns the index of the selected element in a 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.
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
Windows,TNext (External language)
Modifies the title of the next window (or dialog box) displayed.
1. WLanguage
WEBDEV Tutorial - WLanguage basics Lesson 1 - WLanguage - 5 min
Installing and using a Bitcoin Core server
WLanguage offers various functions for handle a Bitcoin Core server......
ProgressBar (Property)
WLanguage proposes...
Translating a text file with WDTRAD
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
<Array>.Sort (Function)
Sorts a WLanguage array.
ArraySort (Function)
Sorts a WLanguage array.
Sort (Function)
Sorts a WLanguage array.
WLanguage procedure called by HTrack
WLanguage procedure called by HTrack
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....