ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HNotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
Google constants
List of constants used by the Google functions....
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
The Organizer control
The Organizer control is used to display and handle organizers......
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
XML functions
List of XML functions...
dCopy (Function)
Copies an image to another image.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
iParameterPDF (Function)
Defines the options for the generated PDF file.
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
ChronoReset (Function)
Stops and resets a running stopwatch.
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....