ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ......
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
Events associated with Table controls
List of events associated with Table controls...
2. User-friendly editors in practice
Help system properties
The properties of help system are used to define......
ToolbarVisible (Property)
The ToolbarVisible property is used to: know if the toolbar or the ribbon is displayed in a control. show or hide the toolbar or the ribbon in a control....
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
Task list
Each project can be associated with a task list......
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
HCreateMovableReplica (Function)
Creates a movable replication.
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Accessing a database via a web service
The database can be accessed via a web service......