ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MDIActive (Function)
Identifies or displays an MDI child window in the foreground.
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
ShellExecute (Function)
Opens a document in its associated application.
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
MCIWindowSize (Function)
Changes the size and position of the display window of a media file previously opened (MCIOpen).
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
Restore (Function)
Displays a WINDEV window to its initial size.
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
MCIWidth (Function)
Returns the width (in pixels) of a media file used to display images.
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
MenuSelectPlus (Function)
Enables a menu option (popup menu or drop-down menu).
MenuSelectMinus (Function)
Disables (grays out) a menu option (popup menu or drop-down menu).
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
MenuMark (Function)
Positions the checkmark in front of the menu option (popup menu or drop-down menu).
Reverse (Function)
Returns the character that corresponds to the difference between the ASCII code of a specific character in a string and 255.
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
MenuIsMarked (Function)
Used to find out whether a checkmark is displayed in front of a menu option (popup menu or drop-down menu).
MemDeleteAll (Function)
Clears and deletes a memory zone.
fDirectoryExist (Function)
Checks the existence of a directory.
dSaveImageGIF (Example)
Usage example of the dSaveImageGIF function
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......