ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

13. Print: Reports
WINDEV reports...
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
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....
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space.
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
nWDExecute: Running a WLanguage function
Running a WLanguage function by dynamic compilation with command formatting......
REP files
REP files contain the list of data files handled by the application....
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Native Sybase Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access to Sybase......
How to manage a combination through programming?
A combination is a type of variabble containing a list of values....
nWDExecuteEx: Running a WLanguage function
Runs a WLanguage function by dynamic compilation, without command formatting......
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
9. Overlaying controls
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
13. Debugger
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
Feedback component
The Feedback component is a component provided with WINDEV......