ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysSerialNum (Function)
Returns the IMEI number of the current device.
xlsNbRow (Function)
Returns the number of rows found in an XLS file.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks...
StreamInfo (Function)
Returns the name and/or number of the stream issuer.
<Table>.RecNum (Function)
Returns the number of the current record in a Table control based on a data file.
TableChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
<Source>.RecNum (Function)
Returns:
  • the number of the current record in the HFSQL data file.
  • the number of the current record in the HFSQL view.
zipNbPart (Function)
Returns the number of sub-archives (parts) of an archive in CAB, RAR, ZIP, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format.
HComputer (Function)
Stores a unique computer number or identifier in order to use the log and transactions over the network.
<List Box>.SelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
Managing the analysis versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the analysis from the data model editor...
Creating an executable
When your application is fully described (windows, reports, queries, etc.)...
<TreeView Table>.ChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
SysIMEI (Function)
Returns the IMEI number of an Android phone.
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
<Source>.NbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
<ANSI string>.CharactTypeCount (Function)
Returns the number of characters matching a given type.
HNbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
HRecNum (Function)
Returns:
  • the number of the current record in the HFSQL data file.
  • the number of the current record in the HFSQL view.
NumberInWords (Function)
Converts a number to words.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
fDriveInfo (Function)
Returns information about a drive.
InitRandom (Function)
Initializes the generator of random numbers.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
hdfsStatus (Type of variable)
The hdfsStatus type is used to define the advanced characteristics regarding the status...
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...
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
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......