ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

2. Development
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
SelectColor (Function)
Opens the standard window for color selection and selects the specified color.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
Fixed array (Variable type)
A fixed array is an "advanced" type of array...
Class (Property)
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable.
Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The field can be a file or memory field. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
HDeleteAll (Function)
Deletes all records from a table, an HFSQL view or a query.
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
fAttribute (Function)
Returns or modifies the attributes of a file.
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).