ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Rating control properties
The Rating control can be used in a window as well as in a page....
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
Binding a Combo Box control to an item
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
HDescribeItem (Function)
Describes a file item through programming.
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Programming the table cells
The Table controls can be handled......
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
ContactList (Function)
Lists the device contacts corresponding to the specified criteria.
Properties associated with a supercontrol
List of properties associated with a supercontrol...
Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
Language (Property)
The Language property is used to get and change the language used.
Email (Property)
The Email property is used to get and change an email address.
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
HTTPConfigure (Function)
Configures the functions that use the HTTP protocol.
Hasp constants
The Hasp constants are as follows......
gpwAddUser (Function)
Adds a user to the User Groupware database.
StringInsert (Function)
Inserts a string into another character string at a given position.
TextToRTF (Function)
Converts text to Rich Text Format.
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.