ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling an automatic test
When an automated test is created, this test is in "construction" by default......
VisibleInExportAndPrint (Property)
The VisibleInExportAndPrint property is used to: Find out whether a column of a Table or TreeView Table control is visible for export and printing. Modify the visibility of a column in a Table or TreeView Table control for export and printing....
TitleColor (Property)
The TitleColor property is used to: get the text color of a column title in a Table or TreeView Table control. set the text color of the title of one or all columns in a Table or TreeView Table control....
HTMLEdit (Property)
The HTMLEdit property is used to: find out whether a Word Processing control is displayed in optimized mode for HTML editing, modify a Word Processing control to display it (or not) in optimized mode for HTML editing....
2. Projects in practice
Discover the main operations that can be performed on a project....
Check the "Responsive Web Design" pages
The pages in Responsive Web Design mode can be checked like any other WEBDEV page in the browser of your choice......
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
Zombie data files and items
During the life of an application, items live and die......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
WDLog: Restoring a data file from its log
WDLog is used to apply to a backup of a data file the different operations saved in the log of this file......
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
Query technical documentation
The query editor automatically creates a technical documentation for each query......
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
18. Order of execution of the code of buttons/links
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
FileFilter (Property)
The FileFilter property gets and sets the filter used to display files: when using assisted input in an Edit control or table column with the "File path autocomplete" option (in the "General" tab of the description window), in the file picker displayed when the user selects the "Browse..." option in the context menu of an Edit control, table column or Combo Box control....
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....
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
25. Performing a process on several successive pages
Performing a process on several successive pages...