ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
The planes (in a window or in a report)
The planes are used to group the window controls......
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
zipDeleteFileList (Function)
Deletes a list of files from an archive.
dbgEnableLog (Function)
Enables the runtime log programmatically.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
SystemIntegerToInteger (Function)
Converts a system integer to a 4-byte integer.
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
FutureHeight (Property)
The FutureHeight property is used to determine how high an auto-resizing control in a report will be after being enlarged.
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
zipExtractFile (Example)
Usage example of the zipExtractFile function
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min