ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
Binding a Check Box control to an item
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
2. WEBDEV administrator in practice
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
TrustedCertificateAdd (Function)
Adds a certificate to the list of trusted root authorities used to validate certification strings.
VariableReset (Function)
Resets the variable to its initial value.
Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
CtAccess (Property)
The CtAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
MemExist (Function)
Checks the existence of a memory zone.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.