ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Defining columns of Table controls programmatically
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
Calculated control properties
List of properties associated with the Calculated control...
12. Control templates
...Control templates...
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
OrganizerWorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
<Array>.Sort (Function)
Sorts a WLanguage array.
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
HDescribeFile (Function)
Describes a data file programmatically.
<DiskFile variable>.Seek (Function)
Gets and sets current position in an external file.
Error 17: OTHER CASE must be the last statement used in SWITCH
WEBDEV Image Editor control: Features
The WEBDEV Image Editor control includes many features, accessible via several ribbons at the top and bottom of the control......
Renaming a project
Renaming a project is used ton modify the name of the project. All the elements linked to the project before it is renamed are kept.
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
H.NbRecModificationQuery
Used to find out the number of records added, modified or deleted when running the last query of the current context.
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
Drive management functions: OneDrive, Google Drive, Dropbox (prefixed syntax)
Drive management functions include ......
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
Managing MQTT
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....