ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Organization Chart>.DeleteAll (Function)
Deletes all elements from an Organization Chart control.
4. Debugging modes
There are two different modes to debug a WINDEV Mobile application...
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
1. WLanguage functions
Most of the WLanguage functions available in WINDEV are also available in WINDEV Mobile....
2. Types of setup
Types of setup...
1. Communication with WINDEV Mobile
WINDEV Mobile includes several communication functions for different fields....
4. Managing SMSs
With the WLanguage functions, WINDEV Mobile allows you to......
1. Examples provided with WINDEV Mobile
<Organization Chart>.Display (Function)
Reinitializes the content of an Organization Chart control from its data source (HFSQL data file for example).
<Organization Chart>.SelectMinus (Function)
Deselects an element from an Organization Chart control.
<Organization Chart>.Delete (Function)
Deletes an element and its "children" from an Organization Chart control.
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
<Dashboard>.Display (Function)
Refreshes elements in a Dashboard control.
<Dashboard>.AddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
<Dashboard>.LoadConfiguration (Function)
Restores the configuration of a Dashboard control.
TokenEnabled (Property)
The TokenEnabled property determines if an Edit control is a "Text token" Edit control.
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
<Dashboard>.InitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
<Dashboard>.MoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
<Dashboard>.InfoXY (Function)
Determines: whether a widget is found at a given position in a Dashboard control. which widget is found at a given position in a Dashboard control....
<Dashboard>.Mode (Function)
Opens or closes the Dashboard control edit mode.
<Dashboard>.GetWidgetPosition (Function)
Returns the position of a widget found in a Dashboard control.
<Dashboard>.SaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
<Dashboard>.Delete (Function)
Deletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget.