ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
EmailGetAll (Function)
Retrieves all the emails found on a server.
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
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)....
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
iParameterPDF (Function)
Defines the options for the generated PDF file.
gglInstantMessaging (Type of variable)
The gglInstantMessaging type is used to describe and modify the characteristics of the instant messaging used by a contact...
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
Creating an executable: Language of the executable
When creating the executable, you have the ability to choose the languages that will be included in the executable......
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
CtDescribedAccess (Property)
The CtDescribedAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
grColumnSpacing (Function)
Indicates the spacing between each data category in a column chart or in a Minimum/Maximum stock chart....
ArrayCopy (Function)
Copies the content of an array to another array.
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
OrgModify (Function)
Modifies an element in an Organization Chart control.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
HExportJSON (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file.
HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
TreeView constants
List of constants used by the TreeXXX functions...