ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Creating a flexible modeling
To create a new flexible modeling, you can......
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
iCloud functions
The functions to handle keys in an Apple iCloud-based container of "key-value" pairs are as follows......
UseMode (Property)
The UseMode property is used to determine or change how the PDF Reader control reacts to mouse input. The mouse is used to select text in the document or to move within the document pages.
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
Error 809: The * character cannot be used as mandatory parameter in a function
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
Managing the runtime errors
Some errors may occur in your application......
Handling TimeLine controls programmatically
A TimeLine control can be......
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications......
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
Error 1017: The method is not global: use: to access it
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
Page Footer block
The Page footer block is run at the end of each page......
Internal component description
The description of an internal component can opened at any time......
Page with parameters
Action Bar control functions
The following functions are used to manage the Action Bar control......
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
Native SQLite Connector
WINDEV and WEBDEV propose a Native Connector to SQLite. This Native Connector allows you to access an SQLite database from a WLanguage program without using an external driver....
LeftMargin (Property)
The LeftMargin property is used to: Find out the left margin of a report. Modify the left margin of a report....