ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
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)...
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
MyReport (Reserved word)
MyReport is used to handle the current report...
MyPage (Reserved word)
MyPage is used to handle the current page...
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
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....
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
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......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
The Organizer control
The Organizer control is used to display and handle organizers......
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
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.
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.
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
PageDisplay (Function)
Displays a web page in the user's browser....
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....