ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Copying and cloning
Variables are copied using the "=" operator...
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
SpreadsheetClose (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.
Step 6: User Groupware settings
If the site is configured to use the user groupware, the parameters of the groupware database can be configured during the setup......
<sshSession variable>.Write (Function)
Writes data into the specified SSH session.
HTransactionSavepoint (Function)
Declares a transaction savepoint.
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
<Connection variable>.ExecuteScheduling (Function)
Immediately runs a scheduled task regardless of its schedule: stored procedure, backup, optimization, refresh of materialized view....
<HFSQL connection>.TransactionSavepoint (Function)
Declares a transaction savepoint.
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.
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....
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.
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
HExecuteScheduling (Function)
Immediately runs a scheduled task regardless of its schedule: stored procedure, backup, optimization, refresh of materialized view....
Training sessions organized by PC SOFT
PC SOFT proposes several training classes, according to your own requirements......
<Source>.Password (Function)
Defines the password used to create or open a data file.
xlsClose (Function)
Closes an XLS file.
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
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......