ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NotesDeactivateView (Function)
Disables the view currently handled in Lotus Notes.
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
EmailCheckAddress (Function)
Checks the validity of an email address.
MultimediaVolume (Function)
Returns or modifies the sound volume of the multimedia file played in a Multimedia control.
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV).
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
CallDLL32 (Function)
Runs a function found in an external DLL.
Local procedure
Two types of procedures are available......
HTMLFindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document (or in an HTML node).
TimeValid (Function)
Checks the time validity.
OLEPlay (Function)
Used to: retrieve the list of available operations (other than edit) from a server, perform an operation....
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
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....
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.