ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LOOP statement
The statement block is repeated endlessly...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Events associated with Flex controls
List of events associated with Flex controls...
SaaSAdminPricingDisableService (Function)
Disables a service in a SaaS pricing.
Error 1035: A class used in a structure must have a constructor without parameter...
Copying and cloning
Variables are copied using the "=" operator...
dCopyScreenImage (Function)
Copies the screen content to an Image variable or to an Image control.
grHMDeleteColor (Function)
Deletes the colors specified by grHMColor from a Heatmap chart.
grScatter3DLinkPoint (Function)
Links (or not) the points found in a "3D Scatter" chart.
Display (Property)
The Display property gets and sets the video displayed in the Conference control. The Conference control can display an incoming video, an outgoing video, or no video.
DDELink (Function)
Creates a hot link with a data.
NetworkDisconnect (Function)
Disconnects a network drive.
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
HListItem (Example)
Usage example of the HListItem function
Border (Type of variable)
The Border type is used to handle a border through programming...
CancelWebserviceContext (Function)
Deletes from the webservice context a variable added by DeclareWebserviceContext.
SaaSAdminPricingEnableService (Function)
Enables a service in a SaaS pricing.
Error 1013: The access to the member of the class is restricted by a protected inheritance
inAppConsumeProduct (Function)
Used to consume, in an application, a product that was previously purchased by the user.
InvalidInputShowTooltip (Function)
Shows an error tooltip under an Edit control to indicate why the input is invalid.
FilteredItem (Property)
The FilteredItem property is used to identify the item that has a filter implemented by HFilter.
dCircle (Example)
Usage example of the dCircle function
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
Events associated with Bar Code controls
List of events associated with Bar Code controls...
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......