ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
WDAdminHF: Saving the databases
The remote HFSQL administrator allows you to create backups of HFSQL Client/Server data files......
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
HSetLog (Function)
Enables or disables log management on a file.
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Installing a SOAP server with Apache
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
dbgSaveDebugDump (Function)
Saves a dump file of the application.
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
docTableOfContents (Type of variable)
The docTableOfContents type is used to define all the options to generate a table of contents in a Word Processing document.
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).