ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
The HTML Display control
The HTML Display control displays a web page in an application......
Arithmetic operators
The arithmetic operators are......
Report data source
...The reports can be created with the data coming from:...
14. Report templates
...Report templates are used to easily standardize report layouts....
Check: Connectivity to HFSQL Client/Server
The monitoring robot will try to connect to a HFSQL Client/Server server......
Page templates
WEBDEV allows you to create page templates......
13. Types of standard controls
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
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......
Image with automatic sequence (WEBDEV)
...Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
TransactionFile (Property)
The TransactionFile property is used to determine if a data file is a transaction file.
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
WDD55 (Property)
The WDD55 property is used to: Get the name and full path of the Hyper File 5.5 WDD file. Set the name and full path of the Hyper File 5.5 WDD file....
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
HFSQL Client/Server: Configuring the server
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Error 204: using a parameter without optional value after parameters ...
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.