ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
Browser constants
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
docCell (Type of variable)
The docCell type is used to define the advanced characteristics of a table cell found in a Word Processing document.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
EmailRemoveFolder (Function)
Deletes a folder from the Outlook messaging software or from an IMAP server.
fRead (Example)
Usage example of the fRead function
ServiceControl (Function)
Sends a control message to a service.
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
OBEXListFile (Function)
Lists the files shared by a device that is using the OBEX protocol.
ReplicEdit: Replication editor
ReplicEdit is a tool used to define the characteristics of a replication......
xmlReader (Type of variable)
The xmlReader type is used to read an XML document without loading it in memory.
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).