ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Multimedia>.End (Function)
Positions at the end of media file played in the Multimedia control.
<Menu>.AddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
<Menu>.Clone (Function)
Clones a menu or a menu option as well as the associated code.
<Menu>.Exist (Function)
Indicates whether a menu option exists in a menu.
<Menu>.InsertMenu (Function)
Inserts a menu before another menu in a window.
<Menu>.InsertOption (Function)
Inserts a new option at a specific position.
<Menu>.InsertSeparator (Function)
Inserts a separator into a menu.
<Menu>.Delete (Function)
Deletes a menu or a menu option.
<Multimedia>.Stop (Function)
Stops playing a media file found in a Multimedia control.
<Multimedia>.Beginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
<Multimedia>.Duration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
<Multimedia>.Status (Function)
Indicates the status of the multimedia file played in the Multimedia control.
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
<Multimedia>.Height (Function)
Returns the height (in pixels) of the source image of the multimedia file played in the Multimedia control.
<Multimedia>.Play (Function)
Plays a multimedia file in a Multimedia control.
<Multimedia>.Width (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
<Multimedia>.Pause (Function)
Pauses a media file played in a Multimedia control.
<Multimedia>.Position (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
<Multimedia>.Volume (Function)
Returns or modifies the sound volume of the multimedia file played in a Multimedia control.
<Table>.FormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
<Array>.SeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
<Array>.Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
<Array>.MoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
<Array>.SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.