ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle 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....
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
Declaring and using a variable
A variable is defined by name and type......
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Mobile Image Editor control
By using the Image Editor control in your mobile applications, you will allow users to edit images or photos......
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
21. Managing business rules
Managing business rules...
18. Management of business rules
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......
Set of procedures
The global procedures are grouped in set of procedures......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
Managing the styles
The help editor allows you to define styles of paragraphs......
Optional events
By default, the codes available in the code editor correspond to the most common codes......
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
spDerivation (Property)
The spDerivation property is used to: Get the key derivation function used to hash an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the key derivation function used for hashing (only for "Password" items defined programmatically)....
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
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....