ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
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.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
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....
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
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.
ShellExecute (Function)
Opens a document in its associated application.
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).
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
MCIPause (Function)
Pauses playback of the media file previously opened (MCIOpen).
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
ExeTerminate (Function)
Ends the execution of a 32-bit application on the current computer: all the instances of the executable are killed.
MCITrack (Function)
Returns the current track of a media file previously opened (MCIOpen).