ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table,Search (External language)
Searches for a value in a Table control populated programmatically.
Option,Version (External language)
Finds out the version number of WD140VM.DLL of WINDEV.
Yes,No (External language)
Displays a dialog box that includes a logo, a message and the "Yes" and "No&quot buttons.
Open (External language)
Opens a window.
Project (External language)
Opens and runs a WINDEV project.
Get (External language)
Retrieves the value of a control.
Hourglass (External language)
Displays a mouse pointer shaped like an hourglass.
WavInit (External language)
Initializes the sound interpreter.
WavPlay (External language)
Plays the requested sound.
Style (External language)
Loads a style sheet.
Table,Display (External language)
Refreshes the Table control.
Table,Add (External language)
Adds an element to a Table control.
Option,Space (External language)
Fills the content of WdString with space characters on the right.
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.
Use (External language)
Opens the specified window by closing all the windows opened beforehand.
WDEnd (External language)
Ends a program that is using WINDEV.