ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InvalidInputShowTooltip (Function)
Shows an error tooltip under an Edit control to indicate why the input is invalid.
SaaSAdminListSubscription (Function)
Lists the SaaS subscriptions associated with a site or pricing.
ImageFirst (Function)
Displays the first image for the scroll.
ImagePrevious (Function)
Displays the previous image for the scroll.
ImageNext (Function)
Displays the next image for the scroll.
ImageLast (Function)
Displays the last image for the scroll.
HTTPListCertificate (Function)
Lists the client certificates found on the computer to authenticate on a server.
SpellSuggest (Function)
Returns the list of possible words found in the dictionary of OpenOffice that can correct a word that is misspelled.
Error 1013: The access to the member of the class is restricted by a protected inheritance
Scroll (Property)
The Scroll property gets and sets the scroll value in a Scrollbar or Range Slider control.
CameraListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.
SaaSAdminAddSubscription (Function)
Adds a subscription to a pricing of a SaaS site for a client account.
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
CheckMarkStyle (Property)
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked.
InitialTool (Property)
The InitialTool property is used to get or change the drawing tool selected by default in an Image Editor control.
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
Creating the link buttons in the windows of a WINDEV RAD pattern
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
mongoDatabaseInfo (Type of variable)
The mongoDatabaseInfo type is used to define the advanced characteristics of information about a MongoDB database.
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......