ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
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)......
Error 1001: The operators: and:: can only be used in the methods of classes
Sorts in a report
The sort is used to organize the information displayed in the report......
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
Currencies
A currency is a real coded on 10 bytes....
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Error 202: The method already has an access attribute (public, protected or private)
Global procedure/function
A global procedure can be used in all the processes or events of the project....
10. Project Management Hub
WINDEV Mobile includes a Project Management Hub to manage development projects....
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 ......
SearchAAF (Property)
The SearchAAF property is used to: find out whether the search via AAF is enabled on a non-editable Combo Box control, enable (or not) the search via AAF on a non-editable Combo Box control....
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
The Signature control
The Signature control is a report control used to sign......
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
WiFiConnect (Function)
Connects the device to the specified Wi-Fi network.
LEDSwitchOn (Function)
Switches the LED (Light-Emitting Diode) of the device on.
Including a supercontrol in a window or in a page