ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.
FinCurrentVal (Example)
Usage example of the FinCurrentVal function
FinFutureVal (Example)
Usage example of the FinFutureVal function
Compile (Example)
Usage example of the Compile function
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
16. Java applications in practice
Java applications in practice...
Page constants
List of constants used by page functions....
pdfPage (Type of variable)
The pdfPage type is used to define all the advanced characteristics of a page from a PDF document loaded in memory.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
Generating the RAD pattern
To generate a RAD pattern:...
eCurrencyName (Function)
Returns the caption of a currency.
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
Preparing the phone to run the test of an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......
CurrentWin (Function)
Identifies the window currently in edit.
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
Provider (Property)
The Provider property is used to manage the type of a connection (HFSQL Client/Server, OLE DB, etc.)....
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min