ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
Creating an insert query
An insert query (corresponding SQL statement......
12. Managing tasks
The Project Management Hub allows the project contributors to manage their task schedule....
CommandLine
The CommandLine keyword can correspond to...
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
iPrintAreaHTML (Function)
Pritns a text in HTML format in a rectangular area.
iAreaHeight (Function)
Calculates the height of a fixed-width area required to print the entire text that uses the current font.
iPrintArea (Function)
Prints a text in a rectangular area.
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
WEBDEV concepts
iParameter (Function)
Retrieves the printer configuration and configures the print.
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
2. UML models
2. UML models
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
iParameterXLS (Function)
Defines the options for the XLS file generated during the print.
<Source>.HistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.