ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Array>.AnyTrue (Function)
Returns True if at least one element of an array is True.
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
Start (Property)
The Start property gets the starting point of an element or event.
<Array>.AnyFalse (Function)
Returns True if at least one element of an array is False.
CheckAnyTrue (Function)
Returns True if at least one element of an array is True.
Group (Property)
The Group property lets you identify and modify element groups.
UnderlineColor (Property)
The UnderlineColor property sets the color used to underline an element.
List,Add (External language)
Adds an element to a Combo Box or List Box control.
RightToLeft (Property)
The RightToLeft property gets and changes the writing direction of an element...
Starting WDOptimizer in a command line
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
MmoPackMethod (Property)
The MmoPackMethod property sets the compression mode of a MMO file (containing text and binary memos) associated with a table.
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
Feedback component
The Feedback component is a component provided with WINDEV......
1. Project and Database Schema
The development of a Windows application with WINDEV is based on two main elements: the Project and the Database Schema....
<Source>.ListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
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 ......
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......