ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Composite variable
A composite variable contains different types of elements (members)...
Declaring and using a variable
A variable is defined by name and type...
Checkers available in the code editor
The code editor proposes several tools used to correct the code...
Assignment operators
Three assignment operators are available...
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
IsNumeric (Function)
Enables you to find out whether a variable or a control is:
  • a numeric (integer, real, currency or numeric).
  • a string that can be converted into numeric.
Constant
The constants are language elements whose value is fixed once and for all...
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler...
H.NbRecModificationQuery
Used to find out the number of records added, modified or deleted when running the last query...
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events...
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple...
Screen,Input (External language)
Starts the input in the controls of a window.
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
SQLFirst (Function)
Positions on the first row of the query result.
fWrite (Example)
Usage example of the fWrite function
Interactions between a Flash® animation and WEBDEV
A Flash® animation can be used to display information in the controls of a WEBDEV page......
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
EmailSeekFirstNotes (Function)
Seeks one or more emails according to specified criteria, in a local or remote Lotus Notes...
EmailCopy (Function)
Copies an email found in a directory to another directory of an IMAP server.
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text...
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged...
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...
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...
Managing Google calendars
The Google Calendar service is an Internet application provided by Google that is used to manage...
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
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...
SchedulerTriggerProperties (Function)
Reads the properties of trigger of a scheduled task and updates the TriggerScheduledTask structure.
XML functions
List of XML functions...
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution...