ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
MCIExecute (Function)
Runs an MCI command (Media Control Interface).
SysXRes (Function)
Returns the horizontal screen resolution.
MCIClose (Function)
Closes a media file.
SysYRes (Function)
Returns the vertical screen resolution.
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
MCIEnd (Function)
Positions at the end of a media file that was opened beforehand MCIOpen.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
MCIPositionFormat (Function)
Fixes the format used to define the position in a media file (opened by MCIOpen).
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
MCIHeight (Function)
Returns the height (in pixels) of a media file used to display images.
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
MCIPlay (Function)
Plays a media file.
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
ExceptionInfo (Function)
Retrieves information about the current exception.
MCIWidth (Function)
Returns the width (in pixels) of a media file used to display images.
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....
MCITrackCount (Function)
Returns the number of tracks found in a media file that was opened beforehand (MCIOpen).
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
MCIOpen (Function)
Opens a media file.
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
MCIPause (Function)
Pauses playback of the media file previously opened (MCIOpen).