ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
Resizing a window (AAF)
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
DocClose (Function)
Closes a docx file and frees the document.
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......
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
SpreadsheetClose (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.
Copying and cloning
Variables are copied using the "=" operator...
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
Document (Property)
The Document property is used to identify or modify the HTML document associated with an HTML Display control or an HTML Editor control.
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Minimized (Property)
The Minimized property is used to: find out whether a repositionable note is minimized, minimize or restore a repositionable note....
PDFReaderClose (Function)
Closes and frees the PDF file displayed in a PDF Reader control.
OLEServer (Function)
Lists the OLE servers registered toward the current system.
Training sessions organized by PC SOFT
PC SOFT proposes several training classes, according to your own requirements......
AutomaticallyMinimized (Property)
The AutomaticallyMinimized property is used to: Find out the timeout before the Repositionable Note control is automatically minimized. Define the timeout before the Repositionable Note control is automatically minimized....
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
Type and version of Web server
The configuration diagnostic displays the following error......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......