ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RTFWithImagesAndTables (Property)
The RTFWithImagesAndTables property is used to manage images and tables in RTF Static controls in a report.
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
12. Pages in practice
18. Order of execution of the code of buttons/links
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
GridlinesVisible (Property)
The GridlinesVisible property is used to: Determine whether or not gridlines are visible in a control. Show or hide gridlines in a control....
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
12. Preventing from going back to a page
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
Select query description window
The description window of a select query includes several sections......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
Custom tooltips
Tooltips are very useful for application users......
5. Deploying a dynamic site (Session or AWP) in practice
Creating a delete query
A delete query (corresponding SQL statement......
WDInst: components and setup models
By default, the setup program installs all the specified files on the setup computer......
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
Handling a Calendar control by programming
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......