ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
The different types of variables
The different types of variables are......
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
First page of the project in session mode
The first page of the project is the first page in Session mode opened in the Web user's browser when a WEBDEV site in session mode starts......
The Map control: Automatic Application Features (AAF)
The Map control proposes several features directly accessible to the end user......
Z-index of a control
All the controls in a window or report have a different z-index......
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
How to open a page?
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
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....
Common project
Projects are often cross-platform......
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
Project description: Style tab
The project description window allows you to configure various elements of your project......
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
Local storage management functions
The following functions are used to manage the local storage of data in browser code....