ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SpeechSynthesisListVoices (Function)
Returns the list of voices available on the device for the speech synthesis engine.
gpwRegisteredUsers (Function)
Returns the value that corresponds to "Registered users" according to the framework being used.
<Organizer>.Mode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
BeaconListBackgroundDetection (Function)
Returns the list of active Beacon detections started in the background with BeaconDetectBackground.
<Looper>.RefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
<Spreadsheet>.TypeAndMaskSelection (Function)
Returns or modifies the type and mask of selected cells in a Spreadsheet control.
<TreeView Table>.ChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
<Table>.EnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
<TreeView Table>.GiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
<Image variable>.Crop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
gpwVisitor (Function)
Returns the value that corresponds to the word "Visitor" according to the framework used.
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.
MCIHeight (Function)
Returns the height (in pixels) of a media file used to display images.
MCIWidth (Function)
Returns the width (in pixels) of a media file used to display images.
MCITrack (Function)
Returns the current track of a media file previously opened (MCIOpen).
MCISize (Function)
Returns or changes the size of a media file previously opened (MCIOpen).
RegistryListValue (Function)
Returns the name (and possibly the type) of values for a key found in the registry.
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
WinInHeight (Function)
Returns the internal height of a window (without title bar and border).
NextIndex (Function)
Returns the number of the next row displayed in the current Table control.
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
J2EEError (Function)
Returns the error for the last J2EE procedure that failed.