ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer.
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks...
<Table>.RecNum (Function)
Returns the number of the current record in a Table control based on a data file.
<List Box>.SelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
<ANSI string>.CharactTypeCount (Function)
Returns the number of characters matching a given type.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
InitRandom (Function)
Initializes the generator of random numbers.
<Calendar>.SelectCount (Function)
Returns the number of days selected in a Calendar control.
IsOdd (Function)
Identifies an odd number.
IsEven (Function)
Identifies an even number.
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
xlsNbRow (Function)
Returns the number of rows found in an XLS file.
The Text field: Edit control and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks...
SysIMEI (Function)
Returns the IMEI number of an Android phone.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
fDriveInfo (Function)
Returns information about a drive.
SysSerialNum (Function)
Returns the IMEI number of the current device.
Properties of a help page
The characteristics of a help page are used to define...
NotesNbAttachment (Function)
Returns the number of files attached to an item of the current document in Lotus Notes.
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
<TreeView Table>.ChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
StreamInfo (Function)
Returns the name and/or number of the stream issuer.
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
<Looper>.RecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
InfoVersion (Type of variable)
The InfoVersion type is used to find out the characteristics of a specific application version.
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate...
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files...
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
mqttSession (Type of variable)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table...
11. Table/Looper controls
Sub-query
A sub-query is a query whose result is used by another query......
Date (Type of variable)
The Date type enables you to easily handle the dates...
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
HPrevious (Function)
Positions on the previous file record according to a browse item.
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
The Tab control
The Tab control is used to simultaneously display different controls......
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search...
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
zipCreate (Function)
Creates an archive.
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client...
DotNetRun (Function)
Runs a procedure on a .Net server.
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
HNext (Function)
Sets the position on the next data file record according to a browse item.