ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
On/Off button in a window
The on/off button is a button that operates like a check box......
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
WDADMINEXE: Managing versions
The "Versions" tab of WDADMINEXE is used to manage from the server the versions installed on the client computers......
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
EndProgram (Function)
Ends the execution of the current program.
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
BurnerCancel (Function)
Cancels the current burn process.
Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
IFrame control
IFrame is an HTML concept......
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....