ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications.
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
The Organizer control
The Organizer control is used to display and handle organizers......
EnumSubElement (Example)
Usage example of the EnumSubElement function
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
Entity of a CDM
To group information according the MERISE method, entities must be created......
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
dFont (Example)
Usage example of the dFont function
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
<Looper>.Position (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
<Looper>.InsertIW (Function)
Inserts a row as an internal window into a Looper control populated programmatically.
dText (Example)
Usage example of the dText function
DayHeight (Property)
The DayHeight property is used to get and change the height of days in a Scheduler control where days are arranged in rows, and resources are arranged in columns.
LooperInsertIW (Function)
Inserts a row as an internal window into a Looper control populated programmatically.
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
<Image variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<Image>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.