ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
<Table>.Print (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
Screen,Column (External language)
Returns the index of the current column in a Table based on a data file or in a Table populated programmatically.
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
Printing in PDF format: Special cases
Specific features of print in PDF format...
<htmlNode variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML node.
<htmlDocument variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document.
Query based on query
Queries can be based on items from another query......
Error 103: The type is unknown
ScreenCastAllowed (Property)
The ScreenCastAllowed property is used to: find out whether the user can cast the content displayed in the Multimedia control to an external device (compatible with AirPlay), allow or prevent the user from casting the content displayed in the Multimedia control to an external device (compatible with AirPlay)....
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
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 ......
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......
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
17. WLanguage: a simple and powerful language
Query editor
The query editor is used to automatically create queries on the data files......
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
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....
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......