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...
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
<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.
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
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.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
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.
NumberInWords (Function)
Converts a number to words.
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.
Creating an executable file
Once the development of your WINDEV application is completed (windows, reports, queries, etc.)...
Managing the database schema versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the database schema from the data model editor...
StreamInfo (Function)
Returns the name and/or number of the stream issuer.
The Text field: Edit control and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks...
<Looper>.RecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution...
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given...
Programming an indexed control
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
Guided tour management constants
WDTRAD options
2. Projects in practice
2. Projects in practice
Discover the main operations that can be performed on a project....
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV...
Crosstab report
The report editor allows you to create "Crosstab" reports......
Creating nested reports
The Social Network control
The "Social network" control is a toolbar containing icons used to establish the link to the main...
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
Socket constants
List of constants used by the functions for socket management....
gglContact (Type of variable)
The gglContact type is used to describe and modify a contact used by the Google Contacts service...
saasSubscription (Type of variable)
The saasSubscription type is used to define the advanced characteristics regarding the subscription...
Handling an Upload control through programming
The Upload control is used to upload one or more files....
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor):...
PDF Reader control events
Different types of pages
WEBDEV enables you to create static sites and/or dynamic sites......
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer...