ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Cross-references in the code editor
The cross-references in the code editor are used to identify......
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
1. Testing a site: Elements to be tested
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
Associated (Property)
The Associated property determines if an element belongs to the base class or to an associated class.
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text, ...). the list of created duplicate files....
HListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
<Connection variable>.ListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
Functions for managing objects (External language)
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
<Looper>.SavePositionAndSelection (Function)
Saves: the position of the scrollbar in a Looper control, the selected element(s). These elements can be restored by LooperRestorePositionAndSelection....
LooperSavePositionAndSelection (Function)
Saves: the position of the scrollbar in a Looper control, the selected element(s). These elements can be restored by LooperRestorePositionAndSelection....
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
1
2
3
4
5
6
235
>