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.
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
GuidedTour (Type of Variable)
The GuidedTour type allows you to define all the advanced characteristics of a guided tour...
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools...
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
iDestination (Function)
Configures the print destination.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
docElementImage (Type of variable)
The docElementImage type is used to handle the characteristics of an Image element found...
User Groupware and Client/Server data files
An application that uses the User Groupware can be used with an HFSQL database in Client/Server...
hdfsStatus (Type of variable)
The hdfsStatus type is used to define the advanced characteristics regarding the status...
Infinite Progress Bar control
Progress bars provide useful information to the end user......
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records...
docTableOfContents (Type of variable)
The docTableOfContents type is used to define all the options to generate a table of contents...
User Groupware and Client/Server data files
An application that uses the user groupware can be used with a HyperFileSQL database...
Commands of the external interface
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
Query technical documentation
The query editor automatically creates a technical documentation for each query......
LDAPSession structure
The LDAPSession structure is a preset structure of WLanguage (no declaration is required)......
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel"...
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind...
InfoBuild (Function)
Displays a custom message in a system information window.
Programming the table cells
The Table controls can be handled......